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!)
A129103 Column 3 of triangle A129100; also equals column 0 of matrix power A129100^8. 4
1, 8, 72, 880, 16032, 461992, 21944520, 1770483408, 248136807776, 61460157645704, 27267123945408968, 21902527945097597616, 32134030755805852610720, 86739696410985770930422760 (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+4, B=matrix(m, m); for(r=1, m, for(c=1, r, if(r==c || r==1 || r==2, B[r, c]=1, if(c==1, B[r, 1]=sum(i=1, r-1, A[r-1, i]), B[r, c]=(A^(2^(c-1)))[r-c+1, 1])); )); A=B); return(A[n+4, 4])
CROSSREFS
Cf. A129100 (triangle); A129092 (column 0), A129101 (column 1), A129102 (column 2).
Sequence in context: A014479 A013992 A279156 * A111812 A138433 A242597
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 29 2007
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)