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!)
A352166 Number of partitions of n into distinct odd prime powers (1 included). 1
1, 1, 0, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 5, 4, 5, 6, 6, 6, 7, 8, 9, 9, 10, 12, 12, 13, 14, 16, 17, 17, 19, 21, 23, 23, 25, 28, 30, 31, 33, 37, 38, 40, 43, 47, 50, 52, 55, 60, 64, 66, 70, 76, 81, 83, 89, 96, 101, 105, 110, 119, 125, 130, 138, 147, 155, 161 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
LINKS
FORMULA
G.f.: Product_{k>=0} (1 + x^A061345(k)).
MATHEMATICA
nmax = 70; CoefficientList[Series[Product[(1 + Boole[(PrimePowerQ[k] || k == 1) && OddQ[k]] x^k), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A091226 A097913 A029269 * A272187 A194621 A088004
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 06 2022
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 May 13 08:41 EDT 2024. Contains 372498 sequences. (Running on oeis4.)