[go: up one dir, main page]

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!)
A363042 Row sums of A363041. 1
1, 1, 2, 6, 17, 57, 233, 989, 4602, 23794, 129285, 751973, 4680041, 30523105, 210159654, 1521122754, 11481486845, 90604333205, 744420806913, 6348340033789, 56202980961206, 514994183598470, 4877587872447801, 47711923353493817, 481072714151555073, 4995769099914083313 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = Sum_{k = 0..floor((n-1)/2)} Stirling2(n+1,n-2*k)/binomial(n-2*k+1,2).
MAPLE
seq(add( Stirling2(n+1, n-2*k)/binomial(n-2*k+1, 2), k = 0..floor((n-1)/2) ), n = 1..30);
PROG
(PARI) a(n) = sum(k = 0, (n-1)\2, stirling(n+1, n-2*k, 2)/binomial(n-2*k+1, 2)); \\ Michel Marcus, May 21 2023
CROSSREFS
Sequence in context: A032132 A339223 A148454 * A007743 A000687 A085827
KEYWORD
nonn,easy
AUTHOR
Peter Bala, May 14 2023
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 30 02:56 EDT 2024. Contains 375521 sequences. (Running on oeis4.)