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!)
A121413 Column 1 of triangle A121412, in which row n of T equals row (n-1) of T^(n+1) with an appended '1'. 10
1, 1, 4, 30, 335, 4984, 92652, 2065146, 53636520, 1589752230, 52926799310, 1954793723688, 79297921097850, 3504206787532290, 167533486104374420, 8615231103973721610, 474145710046504872894, 27806642356199323970739 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Also equals column 3 of triangle A101479.
LINKS
PROG
(PARI) {a(n)=local(A=Mat(1), B); for(m=1, n+2, 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^1)[n+2, 2])}
CROSSREFS
Cf. A121412 (triangle); other columns: A101483, A121414, A121415; A101479 (triangle).
Sequence in context: A277759 A006149 A207833 * A001761 A292220 A099712
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Aug 22 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 May 4 03:46 EDT 2024. Contains 372225 sequences. (Running on oeis4.)