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!)
A138216 G.f.: A(x) = 1 + x*(1 + x*(1 + x*(...(1 + x*(...)^(6n))...)^18)^12)^6. 6
1, 1, 6, 87, 2072, 69051, 2960496, 155190175, 9614870340, 687262107456, 55663739264928, 5037617218937667, 503778146624222544, 55164755650126969274, 6564517420892162939514, 843494176565238712267131 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
G.f.: A(x)=1+x*B(x)^6, B(x)=1+x*C(x)^12, C(x)=1+x*D(x)^18, D(x)=1+x*E(x)^24,...
where A(x),B(x),C(x),... are the g.f. of the sequences given below.
A=[1,1,6,87,2072,69051,2960496,155190175,9614870340,...];
B=[1,1,12,282,9616,424035,22794444,1441538178,104721633324,...];
C=[1,1,18,585,26088,1443708,94316940,7064386296,595172880432,...];
D=[1,1,24,996,54944,3668826,283322664,24650121400,2376215009736,...];
E=[1,1,30,1515,99640,7802145,696663576,69221991825,7536986249580,...];
F=[1,1,36,2142,163632,14708421,1492326612,166960071642,...]; ...
PROG
(PARI) {a(n)=local(A=1+x+x*O(x^n)); for(j=0, n-1, A=1+x*A^(6*(n-j))); polcoeff(A, n)}
CROSSREFS
Sequence in context: A123544 A239749 A277337 * A294491 A239750 A245984
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 06 2008
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)