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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A129102 Column 2 of triangle A129100; also equals column 0 of matrix power A129100^4. 4
1, 4, 20, 136, 1360, 21204, 537748, 22891448, 1675538928, 214841466180, 48966357498452, 20069542925092392, 14932742187505262032, 20328765555338724571508, 50972424276515393704138196 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

PROG

(PARI) {a(n)=local(A=Mat(1), B); for(m=1, n+3, 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+3, 3])}

CROSSREFS

Cf. A129100 (triangle); A129092 (column 0), A129101 (column 1), A129103 (column 3).

Sequence in context: A201355 A143463 A141716 * A129099 A187116 A098541

Adjacent sequences:  A129099 A129100 A129101 * A129103 A129104 A129105

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Mar 29 2007

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 16 17:48 EST 2012. Contains 205939 sequences.