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!)
A353289 a(n) = Sum_{k=0..floor(n/2)} (n-k)^k * |Stirling1(n-k,k)|. 1
1, 0, 1, 2, 10, 51, 323, 2354, 19535, 181606, 1869549, 21110063, 259400501, 3445913273, 49207968328, 751698726580, 12231484211240, 211208935989003, 3857425360784596, 74292198980174828, 1504832580013205275, 31980327844846620785, 711498612995378484414 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
G.f.: Sum_{k>=0} x^k * Product_{j=0..k-1} (j + k * x).
PROG
(PARI) my(N=40, x='x+O('x^N)); Vec(sum(k=0, N, x^k*prod(j=0, k-1, j+k*x)))
(PARI) a(n) = sum(k=0, n\2, (n-k)^k*abs(stirling(n-k, k, 1)));
CROSSREFS
Sequence in context: A019476 A019475 A020042 * A307208 A075436 A319325
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 09 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 3 16:50 EDT 2024. Contains 372221 sequences. (Running on oeis4.)