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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134088 a(n) = [x^n] G(x)^(2^n)/2^n where G(x) satisfies: [x^(n+1)] G(x)^(2^n) = [x^n] G(x)^(2^n) for n>=0 and G(2x) is the g.f. of A134084. 5
1, 1, 2, 10, 154, 7994, 1411258, 848676922, 1764762791994, 12941488236663354, 340293140598066707002, 32482040675729485295718970, 11360194868358667204706510295610 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a(n) = A134086(n)/2^n.

PROG

(PARI) {a(n)=local(A=[1], B); for(i=1, n, A=concat(A, 0); B=Vec(Ser(A)^(2^(#A-2))); A[ #A]=(B[ #B-1]-B[ #B])/2^(#A-2)); Vec(Ser(A)^(2^n))[n+1]/2^n}

CROSSREFS

Cf. A134084, A134085, A134086, A134087, A134089.

Sequence in context: A194026 A165940 A007080 * A076659 A197313 A007131

Adjacent sequences:  A134085 A134086 A134087 * A134089 A134090 A134091

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Oct 26 2007

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 17 20:50 EST 2012. Contains 206085 sequences.