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!)
A292369 Numbers n such that f(f(f(n))) = f(f(n)) + f(n) where f = A000203. 0
2, 4, 16, 25, 64, 4096, 65536, 262144, 1073741824 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers n such that A066971(n) = A051027(n) + A000203(n).
A061652 is a subsequence.
Are there any odd terms other than 25?
LINKS
EXAMPLE
25 = 5^2 is a term because sigma(sigma(sigma(5^2))) = sigma(2^5) = sigma(sigma(5^2)) + sigma(5^2).
MATHEMATICA
f[n_] := DivisorSigma[1, n]; fQ[n_] := f[f[f[n]]] == f[f[n]] + f[n]; Select[ Range@1000000, fQ] (* Robert G. Wilson v, Sep 23 2017 *)
PROG
(PARI) s(n) = sigma(n);
isok(n) = s(s(s(n)))==s(s(n))+s(n);
CROSSREFS
Sequence in context: A275674 A225983 A298080 * A357917 A153665 A015775
KEYWORD
nonn,more
AUTHOR
Altug Alkan, Sep 15 2017
EXTENSIONS
a(9) from Giovanni Resta, Sep 15 2017
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 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)