login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A217203 First column of A217202. 2
0, 1, 2, 7, 28, 131, 690, 4033, 25864, 180265, 1354458, 10898823, 93407828, 848739867, 8143768538, 82229315137, 871067808272, 9654457636241, 111688595475634, 1345725966256071, 16854833617813388, 219050429104638707, 2949276326665620482, 41076923039499915393 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
G.f.: T(0)/x - 1/x, where T(k) = 1 - x^2*(k+1)/( x^2*(k+1) - (1-2*x*k)*(1-2*x-2*x*k)/T(k+1) ); (continued fraction). - Sergei N. Gladkovskii, Oct 19 2013
PROG
(PARI) lista(m) = {P = x; M = subst(P, x, 1); print1(polcoeff(M, 0, q), ", "); Q = 2*x; M = subst(Q, x, 1); print1(polcoeff(M, 0, q), ", "); for (n=3, m, newP = n*q*Q+ 2*q*(1-q)*deriv(Q, q)+2*x*(1-q)*deriv(Q, x)+n*x*P; M = subst(newP, x, 1); print1(polcoeff(M, 0, q), ", "); P = Q; Q = newP; ); } \\ Michel Marcus, Feb 12 2013
CROSSREFS
Cf. A217202.
Sequence in context: A127084 A362555 A252737 * A052319 A127783 A297195
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Sep 27 2012
EXTENSIONS
More terms from Michel Marcus, Feb 12 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)