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!)
A166156 Numbers k such that phi(k) = number of perfect partitions of (k-1). 0
1, 2, 4, 8, 16, 20, 32, 64, 112, 128, 256, 512, 1024, 2048, 2816, 4096, 8192, 13312, 16384, 32768, 65536, 131072, 262144, 278528, 524288, 1000512, 1048576, 1245184, 2097152, 4194304, 8388608, 16777216, 24117248, 33554432, 67108864 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers k such that A000010(k) = A002033(k-1).
Also numbers k such that A000010(k) = A074206(k). - Amiram Eldar, Feb 29 2020
LINKS
MATHEMATICA
f[1] = 1; f[n_] := f[n] = Plus @@ (f /@ Most @ Divisors[n]); Select[Range[1000], f[#] == EulerPhi[#] &] (* Amiram Eldar, Feb 29 2020 *)
CROSSREFS
A000079 is a subsequence.
Sequence in context: A125508 A067945 A309263 * A089473 A118021 A326312
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
Index in the definition corrected, and extended by R. J. Mathar, Oct 10 2009
a(18)-a(35) from Amiram Eldar, Feb 29 2020
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 06:58 EDT 2024. Contains 371906 sequences. (Running on oeis4.)