login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A093542 Antidiagonal sums of square array A093541, in which column (k+1) equals the self-convolution of row k. 2
1, 2, 4, 9, 24, 76, 284, 1244, 6342, 37527, 257802, 2058644, 19145230, 207751462, 2634249124, 39067322628, 677908600818, 13763069607754, 326806505773540, 9071727194243794 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

PROG

(PARI) T(n, k)=if(n<0|k<0, 0, if(n==0|k==0, 1, sum(i=0, n, T(k-1, i)*T(k-1, n-i)))); a(n)=sum(k=0, n, T(n-k, k))

CROSSREFS

Cf. A093541, A093543.

Sequence in context: A141824 A005001 A091151 * A000667 A131351 A091352

Adjacent sequences:  A093539 A093540 A093541 * A093543 A093544 A093545

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Mar 30 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 20:03 EST 2012. Contains 205852 sequences.