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!)
A093542 Antidiagonal sums of square array A093541, in which column (k+1) equals the self-convolution of row k. 3
1, 2, 4, 9, 24, 76, 284, 1244, 6342, 37527, 257802, 2058644, 19145230, 207751462, 2634249124, 39067322628, 677908600818, 13763069607754, 326806505773540, 9071727194243794, 294232148470098050, 11145427142600699697, 492893462783786269182, 25441819315371476142930 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
PROG
(PARI) T(n, k)=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
Sequence in context: A141824 A005001 A091151 * A301927 A000667 A131351
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 30 2004
EXTENSIONS
More terms from Jinyuan Wang, Feb 28 2020
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 March 29 03:51 EDT 2024. Contains 371264 sequences. (Running on oeis4.)