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!)
A308031 G.f. A(x) satisfies: A(x) = x + x^2 + x^3 + x^4 * (1 + A(A(x))). 2
1, 1, 1, 1, 1, 2, 4, 8, 16, 34, 78, 195, 523, 1472, 4284, 12832, 39608, 126406, 418276, 1436230, 5110170, 18785417, 71109917, 276404921, 1101234823, 4493335194, 18773200580, 80320474041, 351906635253, 1578344960050, 7241981076424, 33961826526634, 162615016927284 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
COMMENTS
Shifts left 4 places under COMPOSE transform.
LINKS
MATHEMATICA
terms = 33; A[_] = 0; Do[A[x_] = x + x^2 + x^3 + x^4 (1 + A[A[x]]) + O[x]^(terms + 1) // Normal, terms + 1]; Rest[CoefficientList[A[x], x]]
CROSSREFS
Sequence in context: A248890 A308245 A209971 * A166354 A336009 A180207
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 10 2019
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 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)