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!)
A067065 Numbers n such that sigma(sigma(sigma(n))) == 6*sigma(n). 1
20, 26, 41, 44, 65, 83, 132, 133, 140, 182, 188, 195, 249, 287, 299, 420, 546, 564, 620, 644, 764, 806, 861, 897, 1001, 1115, 1169, 1271, 28644, 32172, 35052, 39116, 40796, 41478, 42315, 47492, 50162, 51513, 52143, 53745, 54033, 54483, 56427, 56642 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[60000], Nest[DivisorSigma[1, #]&, #, 3]==6*DivisorSigma[1, #]&] (* Harvey P. Dale, Oct 04 2016 *)
PROG
(PARI) { n=0; for (m=1, 10^10, if (sigma(sigma(sigma(m))) == 6*sigma(m), write("b067065.txt", n++, " ", m); if (n==1000, return)) ) } \\ Harry J. Smith, May 03 2010
CROSSREFS
Sequence in context: A252660 A265401 A276503 * A280307 A101070 A219805
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 17 2002
EXTENSIONS
Definition corrected by Harry J. Smith, May 03 2010
Terms added by Harry J. Smith, May 03 2010
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 18 09:35 EDT 2024. Contains 371779 sequences. (Running on oeis4.)