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!)
A357903 a(n) = Sum_{k=0..floor(n/3)} Stirling2(n - 2*k,k). 3
1, 0, 0, 1, 1, 1, 2, 4, 8, 17, 38, 89, 219, 567, 1543, 4400, 13094, 40507, 129874, 430731, 1476030, 5222544, 19066758, 71764369, 278166767, 1108986222, 4541765652, 19085377108, 82211094414, 362717859475, 1638071537802, 7567876937002, 35748311794246, 172558399424154 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
FORMULA
G.f.: Sum_{k>=0} x^(3*k)/Product_{j=1..k} (1 - j * x).
PROG
(PARI) a(n) = sum(k=0, n\3, stirling(n-2*k, k, 2));
(PARI) my(N=40, x='x+O('x^N)); Vec(sum(k=0, N, x^(3*k)/prod(j=1, k, 1-j*x)))
CROSSREFS
Sequence in context: A229202 A003007 A086615 * A081124 A340776 A090901
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 19 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 20 10:51 EDT 2024. Contains 372712 sequences. (Running on oeis4.)