Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102227
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102227 Column 1 of triangular matrix A102225, in which row k is formed from the first differences of row (k-1) of its matrix square (A102228). +0
5
0, 1, -1, -5, -20, -51, -289, -1426, -22622, -259734, -15968025, -405699154, -110016092396, -6660687936224, -7918107904514781, -1332064204800175993, -6282110941080800842150, -3412055538464918268114551, -57520868453379641772222723912 (list; graph; listen)
OFFSET

0,4

FORMULA

a(n) = A102229(n-1) - A102226(n) for n>=2, where A102226 equals column 0 of A102225 and A102229 equals column 1 of A102228.

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

CROSSREFS

Cf. A102225, A102226, A102228, A102229.

Sequence in context: A034133 A006504 A007045 this_sequence A006010 A055383 A090133

Adjacent sequences: A102224 A102225 A102226 this_sequence A102228 A102229 A102230

KEYWORD

sign

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jan 01 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 November 30 13:13 EST 2009. Contains 167758 sequences.


AT&T Labs Research