login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A037160 Squares in A037159. 1
21609, 27889, 54289, 1461681, 6610041, 8037225, 25250625, 39778249, 50908225, 60637369, 171321921, 207504025, 218123361, 307265841, 315808441, 380367009, 435598641, 437353569, 528126361, 561073969, 581340321, 708890625, 877285161 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
f[0] = 0; f[n_ /; 0 < n < 10^10] := 3*n - DivisorSigma[1, n]; f[_] = -1; Reap[For[k = 1, k < 3*10^4, k++, If[FixedPoint[f, k^2] == 0, Print[k^2]; Sow[k^2]]]][[2, 1]] (* Jean-François Alcover, Sep 17 2013 *)
CROSSREFS
Cf. A037159.
Sequence in context: A190470 A113620 A074812 * A271021 A262818 A213870
KEYWORD
nonn,nice
AUTHOR
EXTENSIONS
Better description from Jud McCranie, Dec 24 2000
More terms from Sam Handler (sam_5_5_5_0(AT)yahoo.com), Aug 09 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)