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!)
A357920 a(n) = Sum_{k=0..floor(n/5)} Stirling1(n - 4*k,k). 2
1, 0, 0, 0, 0, 1, -1, 2, -6, 24, -119, 717, -5029, 40270, -362606, 3627037, -39903738, 478892051, -6225994449, 87167664184, -1307553837291, 20921303563234, -355667626509575, 6402090252833481, -121640761396741607, 2432831275825738669, -51089718792714854191 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,8
LINKS
FORMULA
G.f.: Sum_{k>=0} (-x)^k * Product_{j=0..k-1} (j - x^4).
PROG
(PARI) a(n) = sum(k=0, n\5, stirling(n-4*k, k, 1));
(PARI) my(N=30, x='x+O('x^N)); Vec(sum(k=0, N, (-x)^k*prod(j=0, k-1, j-x^4)))
CROSSREFS
Sequence in context: A177523 A005395 A370383 * A358611 A362332 A092495
KEYWORD
sign
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 August 10 17:16 EDT 2024. Contains 375058 sequences. (Running on oeis4.)