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!)
A357926 a(n) = Sum_{k=0..floor(n/4)} Stirling2(n - 3*k,n - 4*k). 3
1, 1, 1, 1, 1, 2, 4, 7, 11, 17, 29, 54, 102, 187, 337, 619, 1179, 2298, 4488, 8733, 17085, 33931, 68407, 139030, 283474, 580477, 1198195, 2496661, 5241757, 11061986, 23453024, 50008919, 107338755, 231825945, 503294589, 1097731342, 2405837254, 5300147291 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
G.f.: Sum_{k>=0} x^k/Product_{j=1..k} (1 - j * x^4).
PROG
(PARI) a(n) = sum(k=0, n\4, stirling(n-3*k, n-4*k, 2));
(PARI) my(N=40, x='x+O('x^N)); Vec(sum(k=0, N, x^k/prod(j=1, k, 1-j*x^4)))
CROSSREFS
Cf. A357904.
Sequence in context: A152398 A023427 A216116 * A129929 A360891 A073738
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 20 2022
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 13 00:07 EDT 2024. Contains 372497 sequences. (Running on oeis4.)