The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A116012 Numbers k such that k + sigma(k) + sigma(sigma(k)) is a fourth power. 5
19, 1873, 147497, 792736, 4551733, 4967176, 7333813, 8539521, 8674128, 12388853, 12948373, 18331664, 24834369, 36294936, 50952310, 116340016, 170434387, 196966352, 222505713, 236504256, 286766145, 390771936, 426323088, 532998481, 778930925, 805653001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
792736 + sigma(792736) + sigma(sigma(792736)) = 56^4.
PROG
(PARI) for(n=1, 10^9, s=sigma(n); if(ispower(n+s+sigma(s), 4), print(n))) /* Donovan Johnson, Feb 17 2013 */
CROSSREFS
Sequence in context: A180394 A220990 A098846 * A203704 A087353 A355982
KEYWORD
nonn
AUTHOR
Giovanni Resta, Feb 13 2006
EXTENSIONS
a(5)-a(26) from Donovan Johnson, Feb 17 2013
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 June 2 15:24 EDT 2024. Contains 373040 sequences. (Running on oeis4.)