Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A113990
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A113990 Column 1 of triangle A113988, which is the matrix square of A113983: a(n) = [A113983^2](n+1,1). +0
5
1, 4, 12, 36, 116, 416, 1680, 7656, 39256, 225348, 1439868, 10179116, 79153484, 673262240, 6231517920, 62461031920, 675005395152, 7832909636740, 97238472215564, 1286967352638292, 18102901048062404, 269852768731391808 (list; graph; listen)
OFFSET

0,2

PROGRAM

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

CROSSREFS

Cf. A113988, A113989 (column 0), A113991 (column 2), A113992 (column 3).

Adjacent sequences: A113987 A113988 A113989 this_sequence A113991 A113992 A113993

Sequence in context: A052156 A000781 A055395 this_sequence A056383 A052643 A140123

KEYWORD

nonn

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 15 09:18 EDT 2008. Contains 145015 sequences.


AT&T Labs Research