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!)
A121423 Column 2 of triangle A121420. 4
1, 3, 18, 169, 2190, 36360, 737051, 17645187, 487025244, 15219471545, 530951735025, 20447695079658, 861389893507518, 39394187817328680, 1943446826192453505, 102863050524539640435, 5813722327999905078450 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A121420 is the matrix cube of triangle A121412; row n of triangle T=A121412 equals row (n-1) of T^(n+1) with an appended '1'.
LINKS
PROG
(PARI) {a(n)=local(A=Mat(1), B); for(m=1, n+3, B=matrix(m, m); for(i=1, m, for(j=1, i, if(j==i, B[i, j]=1, B[i, j]=(A^i)[i-1, j]); )); A=B); return((A^3)[n+3, 3])}
CROSSREFS
Cf. A121420 (triangle); other columns: A121421, A121422.
Sequence in context: A138211 A052668 A224788 * A074932 A101483 A234302
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Aug 23 2006
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 20 00:26 EDT 2024. Contains 371798 sequences. (Running on oeis4.)