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!)
Search: seq:1,0,1,1,3,9,36,176,1030,7039
Displaying 1-1 of 1 result found. page 1
     Sort: relevance | references | number | modified | created      Format: long | short | data
A343579 a(n) = Sum_{k=0..floor(n/2)} |Stirling1(n - k, k)|. +30
11
1, 0, 1, 1, 3, 9, 36, 176, 1030, 7039, 55098, 486346, 4780445, 51787405, 613045468, 7873065045, 109021348618, 1619197654575, 25675094145535, 432908683794379, 7733991639921585, 145933532935469016, 2900112108790279902, 60543749629794205640, 1324677739541613767983 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Equals antidiagonal sums of the triangle of unsigned Stirling numbers of the first kind (A132393).
LINKS
FORMULA
a(n) ~ n! / n^2. - Vaclav Kotesovec, Apr 09 2022
MATHEMATICA
Table[Sum[Abs[StirlingS1[n - k, k]], {k, 0, Floor[n/2]}], {n, 0, 30}] (* Vaclav Kotesovec, Apr 09 2022 *)
PROG
(PARI) a(n) = sum(k=0, n\2, abs(stirling(n-k, k, 1))); \\ Michel Marcus, Apr 22 2021
(PARI) my(N=40, x='x+O('x^N)); Vec(sum(k=0, N, x^k*prod(j=0, k-1, j+x))) \\ Seiichi Manyama, Apr 08 2022
CROSSREFS
Variant: A237653.
KEYWORD
nonn
AUTHOR
Peter Luschny, Apr 20 2021
STATUS
approved
page 1

Search completed in 0.002 seconds

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 June 29 14:02 EDT 2024. Contains 373851 sequences. (Running on oeis4.)