login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A244962
Generalized pentagonal numbers that are also partition numbers.
0
1, 2, 5, 7, 15, 22, 77, 176, 4565
OFFSET
1,2
COMMENTS
Intersection of A001318 and A000041.
No more terms < A000041(2*10^6), a number with 1569 digits. - Lars Blomberg, Jul 15 2014
MATHEMATICA
nmax=PartitionsP[50]; Intersection[Table[PartitionsP[n], {n, 0, 50}], Table[n*(n+1)/6, {n, Select[Range[0, nmax], Mod[#, 3]!=1&]}]] (* Vaclav Kotesovec, Jul 15 2014 *)
CROSSREFS
KEYWORD
nonn,hard,more
AUTHOR
Omar E. Pol, Jul 10 2014
STATUS
approved