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!)
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; text; internal format)
OFFSET
0,2
LINKS
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: A161471 A057677 A032148 * A004026 A135907 A027624
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 21 2005
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 April 19 10:56 EDT 2024. Contains 371791 sequences. (Running on oeis4.)