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

A025930
Expansion of 1/((1-2x)(1-3x)(1-5x)(1-6x)).
0
1, 16, 165, 1400, 10661, 75936, 517525, 3421000, 22124421, 140796656, 885205685, 5513890200, 34098207781, 209668346176, 1283419890645, 7827611393000, 47601257612741, 288785879108496, 1748608103548405
OFFSET
0,2
FORMULA
From Vincenzo Librandi, Mar 19 2011: (Start)
a(n) = 16*a(n-1) - 91*a(n-2) + 216*a(n-3) - 180*a(n-4), n >= 4.
a(n) = 11*a(n-1) - 30*a(n-2) + 3^(n+1) - 2^(n+1), n >= 2. (End)
a(n) = 3*6^(n+1) - 5^(n+3)/6 + 3^(n+2)/2 - 2^(n+1)/3. - R. J. Mathar, Mar 19 2011
CROSSREFS
Sequence in context: A274747 A204031 A341084 * A125404 A246057 A265598
KEYWORD
nonn
STATUS
approved