VOOZH
about
URL: https://oeis.org/A116014
⇱ A116014 - OEIS
login
A116014
Numbers k such that k + sigma(k) + sigma(sigma(k)) is a square.
5
2, 9, 19, 98, 141, 176, 319, 396, 467, 691, 729, 970, 1113, 1279, 1447, 1473, 1873, 1974, 2403, 3712, 5208, 5965, 6777, 7183, 8353, 8769, 8881, 8962, 10137, 10180, 10771, 11314, 12016, 12241, 13624, 15196, 19683, 19705, 20053, 20553, 21241
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,1
LINKS
John Cerkan,
Table of n, a(n) for n = 1..10000
EXAMPLE
1113 + sigma(1113) + sigma(sigma(1113)) = 89^2.
MATHEMATICA
okQ[n_]:=Module[{dsn=DivisorSigma[1, n]}, IntegerQ[Sqrt[n+dsn+DivisorSigma[1, dsn]]]]; Select[Range[22000], okQ] (*
Harvey P. Dale
, Jan 23 2011 *)
PROG
(PARI) is(n)=my(s=sigma(n)); issquare(n+s+sigma(s)) \\
Charles R Greathouse IV
, Jul 30 2016
CROSSREFS
Cf.
A116012
,
A116013
,
A116015
.
Sequence in context:
A264670
A026541
A038249
*
A090939
A077338
A047883
Adjacent sequences:
A116011
A116012
A116013
*
A116015
A116016
A116017
KEYWORD
nonn
AUTHOR
Giovanni Resta
, Feb 13 2006
STATUS
approved