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!)
A332753 G.f. A(x) satisfies: A(x) = x * (1 + A(x) + A(x^2)^2 + A(x^3)^3 + ...). 0
1, 1, 1, 1, 2, 2, 4, 4, 7, 8, 12, 12, 22, 22, 32, 38, 56, 56, 90, 90, 132, 150, 204, 204, 326, 327, 437, 489, 677, 677, 994, 994, 1361, 1499, 1943, 1958, 2889, 2889, 3733, 4078, 5445, 5445, 7549, 7549, 9969, 10853, 13733, 13733, 19329, 19330, 24577, 26404, 34080 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
If n is prime or 1 then a(n) = a(n+1).
LINKS
MATHEMATICA
terms = 53; A[_] = 0; Do[A[x_] = x (1 + Sum[A[x^k]^k, {k, 1, terms}]) + O[x]^(terms + 1) // Normal, terms + 1]; CoefficientList[A[x], x] // Rest
CROSSREFS
Sequence in context: A227134 A240013 A050366 * A027591 A027596 A007213
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Feb 22 2020
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.)