Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102922
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102922 Column 1 of triangle A102920, which equals the matrix square of A102098. +0
3
0, 4, 40, 1128, 61120, 5466320, 735847800, 139910204080, 35858685086352, 11953187179149408, 5037776918810353960, 2623732639426967662648, 1656984556235159516822400, 1248959074762601252295551168 (list; graph; listen)
OFFSET

0,2

COMMENT

Equals the odd bisection of A102917. Triangle A102098 shifts each column up 1 row under matrix cube.

PROGRAM

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

CROSSREFS

Cf. A102920, A102098, A102917.

Sequence in context: A012977 A013108 A111846 this_sequence A139688 A072445 A000841

Adjacent sequences: A102919 A102920 A102921 this_sequence A102923 A102924 A102925

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jan 21 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 December 7 08:40 EST 2009. Contains 170430 sequences.


AT&T Labs Research