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”).

A225327
Partition numbers of the form 7k.
8
7, 42, 56, 77, 231, 385, 490, 1575, 2436, 3010, 10143, 21637, 31185, 37338, 44583, 124754, 147273, 281589, 329931, 386155, 451276, 1121505, 3087735, 8118264, 9289091, 20506255, 23338469, 49995925, 118114304, 133230930, 271248950, 607163746
OFFSET
1,1
COMMENTS
Intersection of A008589 and A000041.
FORMULA
a(n) = 7*A222175(n).
EXAMPLE
42 is in the sequence because 7*6 = 42 and 42 is a partition number: p(10) = A000041(10) = 42.
MATHEMATICA
Select[PartitionsP[Range[300]], Mod[#, 7] == 0 &]
KEYWORD
nonn
AUTHOR
Omar E. Pol, May 05 2013
STATUS
approved