A308808 Limiting row sequence of Pascal-like triangle A141021 (with index of asymmetry s = 4).
1, 2, 4, 8, 16, 33, 67, 136, 276, 561, 1140, 2316, 4705, 9559, 19421, 39457, 80163, 162864, 330885, 672247, 1365779, 2774802, 5637462, 11453422, 23269491, 47275758, 96048397, 195137952, 396454511, 805461867, 1636426882, 3324667561, 6754603284, 13723075972, 27880662448, 56644103708
Offset: 0
Keywords
Links
- Juri-Stepan Gerasimov, Stepan's triangles and Pascal's triangle are connected by the recurrence relation ...
Crossrefs
Formula
a(k) = a(k-5) + 2*a(k-4) + a(k-3) + a(k-2) + a(k-1) for k >= 5 with a(k) = 2^k for k = 0..4.
G.f.: -(x + 1)*(x^2 + 1)/(x^5 + 2*x^4 + x^3 + x^2 + x - 1).
Comments