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!)
A064095 Row sums of triangle A064094. 1
1, 2, 3, 5, 11, 34, 142, 753, 4826, 36028, 305133, 2879841, 29909422, 338479430, 4139716659, 54339861531, 761150445735, 11322139144240, 178116143657890, 2952831190016239, 51423702126549167, 938126972940647198, 17883424301972473340, 355435808475002747565, 7350551776003412371185 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
PROG
(PARI) T(n, k)= if (n==k, 1, sum(i=0, n-k-1, (n-k-i)*binomial(n-k-1+i, i)*(k^i)/(n-k))); \\ A064094
a(n) = sum(k=0, n, T(n, k));
CROSSREFS
Cf. A064094.
Sequence in context: A124538 A124627 A305971 * A061935 A067078 A124561
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Sep 13 2001
EXTENSIONS
More terms from Michel Marcus, Oct 28 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 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)