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!)
A024422 a(n) = floor(Sum_{m=1..n} Stirling2(n,m) / binomial(n-1,m-1)). 0
1, 2, 3, 6, 12, 26, 62, 161, 448, 1338, 4274, 14524, 52289, 198678, 794065, 3328482, 14594217, 66779091, 318205958, 1575994324, 8098891289, 43115440260, 237435483669, 1350777074576, 7928871324300, 47965914249016, 298735745451523 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(SageMath)
print([int(sum(stirling_number2(n, m)/binomial(n-1, m-1) for m in [1..n])) for n in [1..27]]) # Andrey Zabolotskiy, Jan 09 2024
CROSSREFS
Sequence in context: A152172 A001677 A339150 * A186771 A019525 A108915
KEYWORD
nonn
AUTHOR
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)