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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138913 G.f. A(x) satisfies: 4*A(x) = A(A(A(x))) + 3*x + x^2 with A(0)=0. 3
1, 1, 6, 99, 2362, 70484, 2463460, 97309959, 4251047468, 202470323828, 10409697289888, 573563068625768, 33682595044746416, 2099111839596600644, 138339363094940014088, 9612941947359915802978, 702527738704990333954432 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

A(A(A(x))) is the 3-rd self-composition of the g.f. A(x).

EXAMPLE

G.f.: A(x) = x + x^2 + 6*x^3 + 99*x^4 + 2362*x^5 + 70484*x^6 +...

A(A(x)) = x + 2*x^2 + 14*x^3 + 229*x^4 + 5456*x^5 + 162710*x^6 +...

A(A(A(x))) = x + 3*x^2 + 24*x^3 + 396*x^4 + 9448*x^5 + 281936*x^6 +...

so that 4*A(x) = A(A(A(x))) + 3*x + x^2.

PROG

(PARI) {a(n)=local(A=x+x^2); if(n<1, 0, for(i=3, n+1, A=A+polcoeff(subst(A, x, subst(A, x, A+x*O(x^i))), i)*x^i); polcoeff(A, n))}

CROSSREFS

Cf. A138739, A138914, A138915, A138916.

Sequence in context: A111826 A064753 A187522 * A192667 A127636 A131311

Adjacent sequences:  A138910 A138911 A138912 * A138914 A138915 A138916

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Apr 03 2008

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 10:07 EST 2012. Contains 205904 sequences.