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!)
A362307 Row sums of A362370. 1
1, 1, 1, 2, 2, 4, 4, 6, 8, 11, 15, 19, 23, 32, 37, 48, 58, 74, 88, 108, 132, 158, 190, 228, 273, 326, 384, 456, 538, 632, 740, 868, 1015, 1181, 1376, 1598, 1850, 2142, 2473, 2851, 3280, 3770, 4327, 4957, 5674, 6484, 7399, 8433, 9599, 10916, 12395 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = Sum_{k=0..n} floor(binomial(n - 1, k - 1) / k!).
MAPLE
T := (n, k) -> iquo(binomial(n - 1, k - 1), k!):
seq(add(T(n, k), k = 0..n), n = 0..50);
CROSSREFS
Cf. A362370.
Sequence in context: A295261 A293627 A264393 * A094858 A327851 A029940
KEYWORD
nonn
AUTHOR
Peter Luschny, Apr 17 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 July 29 05:10 EDT 2024. Contains 374727 sequences. (Running on oeis4.)