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!)
A363508 G.f. satisfies A(x) = exp( Sum_{k>=1} (4 + A(x^k)) * x^k/k ). 3
1, 5, 20, 80, 340, 1516, 7046, 33736, 165436, 826566, 4193348, 21542664, 111848161, 585949358, 3093526496, 16442687695, 87914559018, 472522551440, 2551591234444, 13836226412386, 75311992329508, 411336641019998, 2253641429297336 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
A(x) = Sum_{k>=0} a(k) * x^k = 1/(1-x)^4 * 1/Product_{k>=0} (1-x^(k+1))^a(k).
a(0) = 1; a(n) = (1/n) * Sum_{k=1..n} ( 4 + Sum_{d|k} d * a(d-1) ) * a(n-k).
PROG
(PARI) seq(n) = my(A=1); for(i=1, n, A=exp(sum(k=1, i, (4+subst(A, x, x^k))*x^k/k)+x*O(x^n))); Vec(A);
CROSSREFS
Cf. A363510.
Sequence in context: A170686 A003947 A369837 * A252698 A271196 A033131
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 06 2023
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 16 20:35 EDT 2024. Contains 372555 sequences. (Running on oeis4.)