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!)
A339242 Number of partitions of n into prime power parts (1 excluded) where every part appears at least 2 times. 1
1, 0, 0, 0, 1, 0, 2, 0, 2, 1, 3, 0, 5, 1, 6, 3, 9, 2, 12, 4, 15, 8, 21, 8, 28, 13, 34, 20, 45, 23, 59, 34, 73, 47, 92, 57, 119, 78, 145, 103, 182, 128, 229, 166, 277, 213, 344, 265, 427, 334, 513, 420, 629, 517, 771, 641, 923, 794, 1120, 967, 1355, 1182, 1618, 1447, 1946, 1745 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
FORMULA
G.f.: Product_{p prime, k>=1} (1 + x^(2*p^k) / (1 - x^(p^k))).
EXAMPLE
a(12) = 5 because we have [4, 4, 4], [4, 4, 2, 2], [3, 3, 3, 3], [3, 3, 2, 2, 2] and [2, 2, 2, 2, 2, 2].
MATHEMATICA
nmax = 65; CoefficientList[Series[Product[1 + Boole[PrimePowerQ[k]] x^(2 k)/(1 - x^k), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A082023 A349438 A078152 * A339222 A191247 A308263
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Nov 28 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 July 31 04:10 EDT 2024. Contains 374774 sequences. (Running on oeis4.)