login
This site is supported by donations 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; internal format)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,146

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)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 03 2010]

CROSSREFS

Sequence in context: A070684 A167306 A061840 * A101070 A070717 A114813

Adjacent sequences:  A067062 A067063 A067064 * A067066 A067067 A067068

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Feb 17 2002

EXTENSIONS

Definition corrected by Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 03 2010

Terms added by Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 03 2010

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 14:07 EST 2012. Contains 205930 sequences.