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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A118410 G.f. A(x) = Sum_{n>=0} a(n)*x^n/2^(n*(n-1)/2) satisfies: A(x) = Sum_{n>=0} A(x)^n*x^n/2^(n*(n-1)/2). 1
1, 1, 3, 21, 321, 10385, 699073, 96908737, 27478721537, 15863659383041, 18583701166494721, 44066148876930001921, 211105432749968736673793, 2040201553888722742048509953, 39729701298130761785818052935681 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

G.f.: A(x) = (1/x)*series_reversion[x/Sum_{n>=0} x^n/2^(n*(n-1)/2)].

EXAMPLE

A(x) = 1 + x + 3*x^2/2 + 21*x^3/8 + 321*x^4/64 + 10385*x^5/1024 +...

A(x) = 1 + x*A(x) + x^2*A(x)^2/2 + x^3*A(x)^3/8 +...

PROG

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

CROSSREFS

Cf. A117401.

Sequence in context: A158888 A005329 A134528 * A125054 A113085 A083228

Adjacent sequences:  A118407 A118408 A118409 * A118411 A118412 A118413

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Apr 27 2006

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 16 21:51 EST 2012. Contains 205978 sequences.