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!)
A200540 Product of Pell and Motzkin numbers: a(n) = A000129(n+1)*A001006(n). 2
1, 2, 10, 48, 261, 1470, 8619, 51816, 318155, 1985630, 12561308, 80360280, 519013571, 3379514970, 22161470850, 146227235904, 970126550763, 6467496499590, 43304243215638, 291087137589552, 1963598081845335, 13288619577124122, 90195242361688863, 613843707553183800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The g.f. for the Pell numbers is 1/(1-2*x-x^2) and the g.f. M(x) for the Motzkin numbers satisfy: M(x) = 1 + x*M(x) + x^2*M(x)^2.
LINKS
EXAMPLE
G.f.: A(x) = 1 + 2*x + 10*x^2 + 48*x^3 + 261*x^4 + 1470*x^5 + 8619*x^6 +...
where A(x) = 1*1 + 2*1*x + 5*2*x^2 + 12*4*x^3 + 29*9*x^4 + 70*21*x^5 + 169*51*x^6 + 408*127*x^7 + 985*323*x^8 +...+ A000129(n+1)*A001006(n)*x^n +...
PROG
(PARI) {A001006(n)=polcoeff((1-x-sqrt((1-x)^2-4*x^2+x^3*O(x^n)))/(2*x^2), n)}
{A000129(n)=polcoeff( x/(1-2*x-x^2+x*O(x^n)), n)}
{a(n)=A000129(n+1)*A001006(n)}
CROSSREFS
Sequence in context: A114693 A086853 A036918 * A166922 A302557 A129118
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Nov 18 2011
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 23 12:08 EDT 2024. Contains 371912 sequences. (Running on oeis4.)