The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A308369 G.f. A(x) satisfies: A(x) = x * Product_{k>=1} 1/(1 - A(x^k))^k. 4
1, 1, 4, 12, 41, 133, 485, 1752, 6677, 25809, 102130, 409532, 1665128, 6837348, 28333334, 118288386, 497120101, 2101181482, 8926401690, 38093403136, 163224292328, 701951448268, 3028792691947, 13108224143298, 56887750453404, 247512117880754, 1079421026637431 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
G.f. A(x) satisfies: A(x) = x * exp(Sum_{k>=1} Sum_{d|k} d^2 * A(x^d)^(k/d) / k).
MATHEMATICA
terms = 27; A[_] = 0; Do[A[x_] = x Product[1/(1 - A[x^k])^k, {k, 1, terms}] + O[x]^(terms + 1) // Normal, terms + 1]; CoefficientList[A[x], x] // Rest
CROSSREFS
Sequence in context: A180889 A002996 A076867 * A275184 A354338 A149341
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 22 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 May 20 08:57 EDT 2024. Contains 372710 sequences. (Running on oeis4.)