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!)
A121398 Main diagonal of triangle A121400; also equals the partial sums of column 0 (A121399) of the same triangle. 2
1, 2, 5, 11, 28, 70, 184, 486, 1313, 3576, 9851, 27319, 76286, 214120, 603858, 1709719, 4857959, 13845948, 39572583, 113380652, 325576692, 936796592, 2700456452, 7797587816, 22550434989, 65308288346, 189388557677 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f. A(x) = A(x^2*G)*G*(1-x^2*G)/(1-x), where G(x) is the g.f. of the Motzkin numbers (A001006): G = (1 + x*G + x^2*G^2).
PROG
(PARI) {a(n)=local(F=1+x+x^2, G=serreverse(x/(F+x^2*O(x^n)))/x, H=1+x, A); for(i=0, n, H=G*subst(H, x, x^2*G)+x^2*O(x^n)); A=(x*H-y*subst(H, x, x*y))/(x*subst(F, x, y)-y); polcoeff(polcoeff(A, n, x), n, y)}
CROSSREFS
Cf. A121400 (triangle), A121399 (column 0), A001006 (Motzkin).
Sequence in context: A174145 A358451 A124016 * A359181 A000625 A202476
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jul 27 2006
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 August 4 13:40 EDT 2024. Contains 374922 sequences. (Running on oeis4.)