A127544 Partition numbers (A000041) which are multiples of 10 (A008592).
30, 490, 3010, 12310, 715220, 831820, 1741630, 2323520, 7089500, 13848650, 26543660, 92669720, 133230930, 271248950, 541946240, 1844349560, 2841940500, 4351078600, 4835271870, 5371315400, 10015581680, 18440293320, 37027355200
Offset: 1
Keywords
Programs
-
Mathematica
Select[Table[PartitionsP[n],{n,0,200}],Mod[ #,10]==0&]
Formula
a(n) = 10*A225317(n). - Omar E. Pol, May 08 2013
Extensions
Corrected by Omar E. Pol, May 05 2013
Comments