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!)
A184512 G.f.: exp( Sum_{n>=1} (x^n/n)/sqrt(1 - 2*(2*x)^n) ). 1
1, 1, 3, 9, 33, 115, 445, 1653, 6445, 24783, 97181, 379105, 1495607, 5884239, 23289639, 92143819, 365700023, 1451737985, 5774284819, 22976698471, 91541016133, 364883522809, 1455637611901, 5809643314425, 23201023852083 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Logarithmic derivative yields A184513.
EXAMPLE
G.f.: A(x) = 1 + x + 3*x^2 + 9*x^3 + 33*x^4 + 115*x^5 + 445*x^6 +...
The log of the g.f. equals the series:
log(A(x)) = x/sqrt(1-4*x) + (x^2/2)/sqrt(1-8*x^2) + (x^3/3)/sqrt(1-16*x^3) + (x^4/4)/sqrt(1-32*x^4) + (x^5/5)/sqrt(1-64*x^5) +...
and may be expressed in terms of the central binomial coefficients (A000984).
Explicitly, the logarithm begins:
log(A(x)) = x + 5*x^2/2 + 19*x^3/3 + 89*x^4/4 + 351*x^5/5 + 1601*x^6/6 +...
PROG
(PARI) {a(n)=polcoeff(exp(sum(m=1, n+1, (x^m/m)/sqrt(1-2*(2*x)^m+x*O(x^n)))), n)}
CROSSREFS
Cf. A184513 (log).
Sequence in context: A148989 A047117 A148990 * A148991 A148992 A148993
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)