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!)
A213528 E.g.f.: exp( Sum_{n>=1} Pell(n+1)*x^n/n ), where Pell(n) = A000129(n). 0
1, 2, 9, 62, 577, 6762, 95569, 1581398, 29985249, 640943954, 15247684249, 399543448878, 11434012567201, 354818583385658, 11867268458655393, 425562496103250758, 16288135278501487681, 662740598471482775202, 28565932640460309847081, 1300233394242252193354526 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: A(x) = 1/(1-2*x-x^2) * exp( Sum_{n>=1} -Pell(n-1)*x^n/n ).
EXAMPLE
E.g.f.: A(x) = 1 + 2*x + 9*x^2/2! + 62*x^3/3! + 577*x^4/4! + 6762*x^5/5! +...
such that
log(A(x)) = 2*x + 5*x^2/2 + 12*x^3/3 + 29*x^4/4 + 70*x^5/5 + 169*x^6/6 + 408*x^7/7 + 985*x^8/8 +...+ A000129(n+1)*x^n/n +...
PROG
(PARI) {Pell(n)=polcoeff(x/(1-2*x-x^2 +x*O(x^n)), n)}
{a(n)=n!*polcoeff(exp(sum(m=1, n, Pell(m+1)*x^m/m)+x*O(x^n)), n)}
for(n=0, 30, print1(a(n), ", "))
CROSSREFS
Cf. A000129.
Sequence in context: A113662 A352326 A052820 * A100262 A166886 A212413
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jun 13 2012
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)