A280719 Expansion of (Sum_{k>=0} x^(k*(2*k-1)))^6.
1, 6, 15, 20, 15, 6, 7, 30, 60, 60, 30, 6, 15, 60, 90, 66, 45, 60, 80, 90, 66, 50, 120, 180, 135, 60, 15, 60, 186, 210, 141, 126, 120, 126, 165, 180, 241, 300, 210, 90, 90, 180, 270, 270, 210, 212, 270, 270, 200, 210, 366, 450, 390, 270, 135, 210, 375, 360, 396, 420, 300, 330, 375, 380, 510, 480, 336, 450, 510, 390, 330
Offset: 0
Keywords
Examples
a(6) = 7 because we have: [6, 0, 0, 0, 0, 0] [0, 6, 0, 0, 0, 0] [0, 0, 6, 0, 0, 0] [0, 0, 0, 6, 0, 0] [0, 0, 0, 0, 6, 0] [0, 0, 0, 0, 0, 6] [1, 1, 1, 1, 1, 1]
Links
- Ilya Gutkovskiy, Extended graphical example
- Eric Weisstein's World of Mathematics, Hexagonal Number
- Index to sequences related to polygonal numbers
Programs
-
Mathematica
nmax = 70; CoefficientList[Series[Sum[x^(k (2 k - 1)), {k, 0, nmax}]^6, {x, 0, nmax}], x]
Formula
G.f.: (Sum_{k>=0} x^(k*(2*k-1)))^6.
Comments