login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A117266 Row sums of triangle A117265. 1
1, 2, 6, 37, 497, 14033, 813857, 95996993, 22913626241, 11034472530177, 10699863490757121, 20863301244829828097, 81721932792141693585409, 642577422892784159654154241, 10136733849914528413869372612609 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} (2*(n-k))!/((n-k)!*(n-k)!)*2^((n-k)*(n+k-3)/2)).
PROG
(PARI) a(n)=sum(k=0, n, (2*(n-k))!/((n-k)!*(n-k)!)*2^((n-k)*(n+k-3)/2))
CROSSREFS
Sequence in context: A014056 A241300 A113375 * A259437 A202737 A186648
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 14 2006
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 December 5 02:53 EST 2023. Contains 367567 sequences. (Running on oeis4.)