Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A101484
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A101484 Row sums of triangular matrix A101479, in which row n equals row (n-1) of A101479^(n-1) followed by '1'. +0
2
1, 2, 3, 7, 33, 285, 3648, 61306, 1270440, 31244205, 888288960, 28640745684, 1032065614715, 41087944243649, 1790413981105727, 84737880414848784, 4327877295100145382, 237218770042549151701, 13887772416031152573506 (list; graph; listen)
OFFSET

0,2

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-2))[i-1, j]); )); A=B); return(sum(k=1, n+1, A[n+1, k]))}

CROSSREFS

Sequence in context: A066279 A057677 A032148 this_sequence A004026 A135907 A034900

Adjacent sequences: A101481 A101482 A101483 this_sequence A101485 A101486 A101487

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 July 24 12:00 EDT 2008. Contains 142294 sequences.


AT&T Labs Research