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!)
A307825 Number of partitions of n into 3 distinct prime powers (not including 1). 4
0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 2, 2, 4, 4, 5, 4, 6, 5, 7, 6, 8, 8, 10, 8, 10, 9, 12, 11, 12, 11, 15, 12, 15, 14, 17, 17, 20, 18, 19, 19, 19, 22, 23, 20, 21, 24, 23, 24, 24, 24, 27, 28, 24, 27, 28, 28, 28, 33, 27, 33, 29, 31, 30, 35, 27, 35, 33, 34, 31, 40, 32, 42, 35, 39, 35, 47, 32 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,13
LINKS
FORMULA
a(n) = [x^n y^3] Product_{k>=1} (1 + y*x^A246655(k)).
EXAMPLE
a(15) = 4 because we have [9, 4, 2], [8, 5, 2], [8, 4, 3] and [7, 5, 3].
MATHEMATICA
Table[Count[IntegerPartitions[n, {3}], _?(And[UnsameQ @@ #, AllTrue[#, PrimePowerQ[#] &]] &)], {n, 0, 78}]
CROSSREFS
Sequence in context: A123756 A357256 A300755 * A347660 A116648 A152850
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 30 2019
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 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)