A225358 Partition numbers of the form 8k.
56, 176, 792, 2323520, 4087968, 8118264, 92669720, 118114304, 150198136, 384276336, 541946240, 1188908248, 1844349560, 2291320912, 3163127352, 4351078600, 5371315400, 5964539504, 7346629512, 10015581680, 11097645016, 16670689208, 18440293320
Offset: 1
Keywords
Examples
56 is in the sequence because 8*7 = 56 and 56 is a partition number: p(11) = A000041(11) = 56.
Links
- Paul Tek, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
Select[PartitionsP[Range[300]], Mod[#, 8] == 0 &]
Formula
a(n) = 8*A222178(n).
Comments