Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102099
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102099 Column 1 of triangular matrix A102098, which shifts upward to exclude the main diagonal under matrix cube. +0
4
0, 2, 8, 152, 6200, 442552, 49399320, 8003532512, 1784040237288, 525504809786112, 198213959637435608, 93352856625931514024, 53776417402985961020144, 37244016639064540041311632 (list; graph; listen)
OFFSET

0,2

COMMENT

Column 0 of A102098 is A082162.

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[n+1, 2])}

CROSSREFS

Cf. A102098, A082162, A102100.

Adjacent sequences: A102096 A102097 A102098 this_sequence A102100 A102101 A102102

Sequence in context: A079613 A091299 A007314 this_sequence A009596 A012298 A012571

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 May 16 23:01 EDT 2008. Contains 139884 sequences.


AT&T Labs Research