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!)
A306433 Number of partitions of n into 2 distinct prime powers (not including 1). 2
0, 0, 0, 0, 0, 1, 1, 2, 1, 2, 2, 3, 3, 3, 2, 3, 3, 2, 3, 3, 4, 4, 3, 2, 4, 3, 3, 4, 4, 3, 5, 3, 5, 4, 6, 4, 7, 2, 4, 4, 6, 3, 5, 3, 5, 5, 5, 2, 7, 3, 6, 4, 6, 2, 7, 3, 7, 4, 5, 2, 7, 3, 5, 4, 6, 2, 9, 2, 7, 5, 7, 2, 9, 3, 6, 6, 7, 3, 9, 2, 8, 4, 5, 4, 10, 3, 8, 4, 7, 3, 11, 4, 8, 3, 6, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,8
LINKS
FORMULA
a(n) = [x^n y^2] Product_{k>=1} (1 + y*x^A246655(k)).
EXAMPLE
a(12) = 3 because we have [9, 3], [8, 4] and [7, 5].
MATHEMATICA
Table[Count[IntegerPartitions[n, {2}], _?(And[UnsameQ @@ #, AllTrue[#, PrimePowerQ[#] &]] &)], {n, 0, 95}]
CROSSREFS
Sequence in context: A082533 A230149 A050373 * A308174 A126237 A243164
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 20 11:03 EDT 2024. Contains 371838 sequences. (Running on oeis4.)