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!)
A353290 a(n) = Sum_{k=0..floor(n/2)} (n-k)^(n-2*k) * |Stirling1(n-k,k)|. 1
1, 0, 1, 2, 19, 393, 15177, 939394, 85063260, 10599342278, 1739073390797, 363404567436467, 94224446795779884, 29683590039199285223, 11167286542016941966714, 4945143125245884296040780, 2546112368234517215955646341, 1508197687055444623135714912377 (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} (k * j + x).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(sum(k=0, N, x^k*prod(j=0, k-1, k*j+x)))
(PARI) a(n) = sum(k=0, n\2, (n-k)^(n-2*k)*abs(stirling(n-k, k, 1)));
CROSSREFS
Cf. A353289.
Sequence in context: A110818 A325288 A155927 * A332967 A120420 A350939
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 April 23 13:51 EDT 2024. Contains 371914 sequences. (Running on oeis4.)