Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A093543
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A093543 Main diagonal of square array A093541, in which column (k+1) equals the self-convolution of row k. +0
3
1, 2, 12, 138, 2888, 110856, 7930308, 1066762914, 269503442664, 127145506540264, 111423795046477280 (list; graph; listen)
OFFSET

0,2

PROGRAM

(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)=T(n, n)

CROSSREFS

Cf. A093541, A093542.

Sequence in context: A108996 A117513 A119819 this_sequence A091144 A087800 A009747

Adjacent sequences: A093540 A093541 A093542 this_sequence A093544 A093545 A093546

KEYWORD

nonn

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research