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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A101484 Row sums of triangular matrix A101479, in which row n equals row (n-1) of A101479^(n-1) followed by '1'. 1
1, 2, 3, 7, 33, 285, 3648, 61306, 1270440, 31244205, 888288960, 28640745684, 1032065614715, 41087944243649, 1790413981105727, 84737880414848784, 4327877295100145382, 237218770042549151701, 13887772416031152573506 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

PROG

(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 * A004026 A135907 A165744

Adjacent sequences:  A101481 A101482 A101483 * A101485 A101486 A101487

KEYWORD

nonn

AUTHOR

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

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 08:20 EST 2012. Contains 205729 sequences.