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!)
A339241 Number of partitions of n into prime power parts (including 1) where every part appears at least 2 times. 1
1, 0, 1, 1, 2, 1, 4, 2, 6, 5, 9, 7, 15, 11, 21, 19, 31, 27, 46, 40, 63, 60, 88, 83, 124, 117, 166, 165, 224, 222, 303, 301, 399, 407, 525, 537, 691, 707, 893, 929, 1153, 1202, 1485, 1550, 1890, 1992, 2400, 2534, 3040, 3212, 3818, 4059, 4781, 5089, 5972, 6359, 7412 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
G.f.: (1 + x^2 / (1 - x)) * Product_{p prime, k>=1} (1 + x^(2*p^k) / (1 - x^(p^k))).
EXAMPLE
a(6) = 4 because we have [3, 3], [2, 2, 2], [2, 2, 1, 1] and [1, 1, 1, 1, 1, 1].
MATHEMATICA
nmax = 56; CoefficientList[Series[(1 + x^2/(1 - x)) Product[1 + Boole[PrimePowerQ[k]] x^(2 k)/(1 - x^k), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A004795 A161268 A176837 * A007690 A239960 A330001
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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)