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!)
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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)