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!)
A138213 G.f.: A(x) = 1 + x*(1 + x*(1 + x*(...(1 + x*(...)^(3n))...)^9)^6)^3. 7
1, 1, 3, 21, 244, 4002, 84909, 2209947, 68121822, 2425846806, 97969327890, 4423628854404, 220806455598561, 12072207455321168, 717431790926502954, 46045783798588216767, 3174068594948910976851, 233875508656473241657578 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
G.f.: A(x)=1+x*B(x)^3, B(x)=1+x*C(x)^6, C(x)=1+x*D(x)^9, D(x)=1+x*E(x)^12,...
where A(x),B(x),C(x),... are the g.f. of the sequences given below.
A=[1,1,3,21,244,4002,84909,2209947,68121822,2425846806,...];
B=[1,1,6,69,1154,25062,665862,20869399,752900220,30714860088,...];
C=[1,1,9,144,3162,86346,2789703,103536696,4329341244,...];
D=[1,1,12,246,6700,221145,8453892,364604520,17444393868,...];
E=[1,1,15,375,12200,472875,20921433,1031067730,55735025670,...];
F=[1,1,18,531,20094,895077,45035802,2500543500,150992211456,...]; ...
PROG
(PARI) {a(n)=local(A=1+x+x*O(x^n)); for(j=0, n-1, A=1+x*A^(3*(n-j))); polcoeff(A, n)}
CROSSREFS
Sequence in context: A058562 A145083 A234303 * A193333 A290129 A365602
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 July 4 05:14 EDT 2024. Contains 373986 sequences. (Running on oeis4.)