Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A101482
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A101482 Column 1 of triangular matrix A101479, in which row n equals row (n-1) of T^(n-1) followed by '1'. +0
6
1, 1, 2, 9, 70, 795, 11961, 224504, 5051866, 132523155, 3969912160, 133678842902, 4997280555576, 205320100093953, 9195224163850830, 445775353262707365, 23255990676521697670, 1299028117862237432959, 77348967890083608924045 (list; graph; listen)
OFFSET

0,3

PROGRAM

(PARI) {a(n)=local(A=Mat(1), B); for(m=1, n+1, B=matrix(m, m); for(i=1, m, for(j=1, i, if(j==i, B[i, j]=1, B[i, j]=(A^(i-1))[i-1, j]); )); A=B); return(A[n+1, 1])}

CROSSREFS

Sequence in context: A167016 A108522 A014500 this_sequence A099717 A121879 A118789

Adjacent sequences: A101479 A101480 A101481 this_sequence A101483 A101484 A101485

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jan 21 2005

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