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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A113991 Column 2 of triangle A113988, which is the matrix square of A113983: a(n) = [A113983^2](n+2,2). 4
1, 6, 26, 108, 468, 2194, 11294, 64152, 402072, 2773606, 20981626, 173331444, 1557019148, 15144482402, 158854971230, 1790084290832, 21593325563600, 277903063486054, 3804108755321242, 55227351469322460, 848094468268734116 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

PROG

(PARI) {a(n)=local(A, B); A=Mat(1); for(m=2, n+3, B=matrix(m, m); for(i=1, m, for(j=1, i, if(i<3|j==1|j==i, B[i, j]=1, B[i, j]=A[i-1, j-1]+(A^2)[i-2, j-1] ); )); A=B); (A^2)[n+3, 3]}

CROSSREFS

Cf. A113988, A113989 (column 0), A113990 (column 1), A113992 (column 3).

Sequence in context: A027996 A020989 A079675 * A145374 A124465 A164549

Adjacent sequences:  A113988 A113989 A113990 * A113992 A113993 A113994

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Nov 12 2005

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 13:42 EST 2012. Contains 205913 sequences.