OFFSET
0,1
COMMENTS
If B={b(n)} is the complement of A299731 then no number exists that has exactly b(n) partitions that have exactly b(n) prime parts, so this sequence lists only those numbers that can have the equality property.
Up to a(44) = 234672 (currently, the last term), except for 2,5,8, and 29, every term is the sum of distinct previous terms. Will this be true for all new terms?
LINKS
J. Stauduhar, Python program.
EXAMPLE
For n = 3: A299731(3) = 5. a(3) = 2*5 + 3 = 13. The five partitions of 13 that have exactly five prime parts are: (5,2,2,2,2), (3,3,3,2,2), (3,3,2,2,2,1), (3,2,2,2,2,1,1), and (2,2,2,2,2,1,1,1), so a(3) = 13.
PROG
(Python) # See Stauduhar link.
CROSSREFS
KEYWORD
nonn
AUTHOR
J. Stauduhar, Feb 18 2018
STATUS
approved