login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A156171 G.f.: A(x) = exp( Sum_{n>=1} [x/(1 - 2^n*x)]^n/n ), a power series in x with integer coefficients. 1
1, 1, 3, 11, 53, 357, 3521, 51665, 1122135, 35638903, 1639453459, 108526044099, 10298220348807, 1396920580458279, 270394562069007327, 74574294532698008703, 29276455806256470979269 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

EXAMPLE

G.f.: A(x) = 1 + x + 3*x^2 + 11*x^3 + 53*x^4 + 357*x^5 + 3521*x^6 +...

log(A(x)) = x + 5*x^2/2 + 25*x^3/3 + 161*x^4/4 + 1441*x^5/5 + 18305*x^6/6 +...

Log series:

log(A(x)) = Sum_{n>=1} (x + 2^n*x^2 + 4^n*x^3 +...+ 2^(n(k-1))*x^k +...)^n/n.

PROG

(PARI) {a(n)=polcoeff(exp(sum(m=1, n, x^m/(1-2^m*x+x*O(x^n))^m/m)), n)}

CROSSREFS

Cf. A156170, A155200, A156100.

Sequence in context: A000255 A121580 A081367 * A129093 A057325 A054700

Adjacent sequences:  A156168 A156169 A156170 * A156172 A156173 A156174

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Feb 05 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 08:49 EST 2012. Contains 205614 sequences.