A383568 Expansion of 1/sqrt((1-x^5)^2 - 4*x^2).
1, 0, 2, 0, 6, 1, 20, 6, 70, 30, 253, 140, 936, 630, 3522, 2773, 13430, 12032, 51770, 51690, 201389, 220470, 789546, 935330, 3116416, 3951949, 12373910, 16645398, 49389050, 69938416, 198048409, 293296470, 797461358, 1228136090, 3222960100, 5136602753
Offset: 0
Keywords
Links
- R. A. Sulanke, Moments of generalized Motzkin paths, J. Integer Sequences, Vol. 3 (2000), #00.1.
Programs
-
PARI
my(N=40, x='x+O('x^N)); Vec(1/sqrt((1-x^5)^2-4*x^2))
Comments