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!)
A357922 a(n) = Sum_{k=0..floor(n/5)} |Stirling1(n - 4*k,k)|. 0
1, 0, 0, 0, 0, 1, 1, 2, 6, 24, 121, 723, 5051, 40370, 363154, 3630565, 39929874, 479111219, 6228047601, 87188921464, 1307794924973, 20924276449014, 355707232027825, 6402657184129671, 121649439722758345, 2432972744390660437, 51092165603897459951 (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, abs(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
Cf. A357920.
Sequence in context: A230363 A358500 A358494 * A275753 A349089 A352429
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 August 14 02:49 EDT 2024. Contains 375146 sequences. (Running on oeis4.)