Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102103
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102103 Column 1 of triangular matrix A102101, which shifts upward to exclude the main diagonal under matrix fourth power. +0
2
0, 2, 16, 1040, 196080, 82196224, 65585046960, 89664824687968, 194650170795350624, 633421180929983545024, 2953697281799409438455088, 19035190329068182887341039344, 164578521474330559730154886587328 (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^4)[i-1, 1], B[i, j]=(A^4)[i-1, j])); )); A=B); return(A[n+1, 2])}

CROSSREFS

Cf. A102101.

Sequence in context: A084595 A002543 A125791 this_sequence A060597 A091479 A016031

Adjacent sequences: A102100 A102101 A102102 this_sequence A102104 A102105 A102106

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 July 26 13:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research