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

 


A211393
E.g.f.: exp( Sum_{n>=1} x^(2*n) / (2*n*(2*n-1)) ) = Sum_{n>=0} a(n)*x^(2*n)/(2*n)!.
0
1, 1, 5, 69, 2057, 111465, 9704397, 1244894637, 221232748305, 52050205317969, 15662965291361685, 5867751811494701205, 2677887724787888962329, 1462537391313912349354425, 941812152929331549233701725, 706153411932893616967191153405
OFFSET
0,3
COMMENTS
Sum_{n>=0} a(n)/(2*n)! = 2.
FORMULA
E.g.f.: sqrt(1-x^2)*exp(x*atanh(x)). - Vladimir Kruchinin, Feb 26 2015
EXAMPLE
E.g.f.: A(x) = 1 + x^2/2! + 5*x^4/4! + 69*x^6/6! + 2057*x^8/8! +... where log(A(x)) = x^2/(1*2) + x^4/(3*4) + x^6/(5*6) + x^8/(7*8) +...
PROG
(PARI) {a(n)=(2*n)!*polcoeff(exp(sum(m=1, n, x^(2*m)/(2*m*(2*m-1)))+x*O(x^(2*n))), 2*n)}
for(n=0, 20, print1(a(n), ", "))
CROSSREFS
Sequence in context: A231294 A302543 A157038 * A231355 A145632 A299318
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 08 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 20 07:49 EDT 2024. Contains 376067 sequences. (Running on oeis4.)