Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A357901 a(n) = Sum_{k=0..floor(n/3)} |Stirling1(n - 2*k,k)|. 4
1, 0, 0, 1, 1, 2, 7, 27, 131, 771, 5320, 42119, 376174, 3740018, 40956593, 489749100, 6348744124, 88677555115, 1327628770657, 21208195526882, 360053293342379, 6473501562355779, 122874692176838047, 2455382300127368557, 51524333987938459606, 1132787775301639812263 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
G.f.: Sum_{k>=0} x^k * Product_{j=0..k-1} (j + x^2).
PROG
(PARI) a(n) = sum(k=0, n\3, abs(stirling(n-2*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^2)))
CROSSREFS
Sequence in context: A211475 A213226 A058800 * A342056 A363199 A367594
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 September 11 13:02 EDT 2024. Contains 375829 sequences. (Running on oeis4.)