Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102087
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102087 Column 1 of triangular matrix A102086, which shifts upward to exclude the main diagonal under matrix square. +0
6
0, 2, 4, 20, 156, 1664, 22684, 378572, 7504640, 172785512, 4540756252, 134330010172, 4423176368332, 160596613105384, 6378859853838480, 275308217428662672, 12836003750434047344, 643227594173121801096 (list; graph; listen)
OFFSET

0,2

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^2)[i-1, 1], B[i, j]=(A^2)[i-1, j])); )); A=B); return(A[n+1, 2])}

CROSSREFS

Cf. A102086, A102088.

Sequence in context: A108879 A058006 A013329 this_sequence A052573 A110371 A120388

Adjacent sequences: A102084 A102085 A102086 this_sequence A102088 A102089 A102090

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Dec 29 2004

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 November 30 22:12 EST 2008. Contains 150989 sequences.


AT&T Labs Research