The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A099556 Row sums of triangle A099555, so that a(n) = Sum_{k=0..2n} (n-[k/2])^k where [k/2] is the integer floor of k/2. 1
1, 2, 5, 18, 91, 604, 5123, 53808, 679389, 10107934, 174544505, 3451802006, 77302457077, 1942469215378, 54339334896457, 1680597905918398, 57116435365152501, 2121725699286935222, 85740960693607190593 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) a(n)=sum(k=0, 2*n, (n-k/2)^k)
CROSSREFS
Cf. A099555.
Sequence in context: A113715 A227094 A173227 * A057864 A320154 A032273
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Oct 22 2004
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 May 17 19:53 EDT 2024. Contains 372607 sequences. (Running on oeis4.)