Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102226
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102226 Column 0 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
1, 1, 2, 3, 7, 17, 75, 346, 4874, 49047, 3009094, 69540959, 19266759978, 1145861630146, 1316021940482105, 231957006949639674, 1000756528918141445755, 578298169571294295021140 (list; graph; listen)
OFFSET

0,3

COMMENT

Also equals column 0 of A102228 shift one place right.

FORMULA

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

PROGRAM

(PARI) {a(n)=local(A=matrix(1, 1), 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, 1])}

CROSSREFS

Cf. A102225, A102227, A102228, A102229.

Sequence in context: A143013 A113483 A059801 this_sequence A058334 A131093 A002864

Adjacent sequences: A102223 A102224 A102225 this_sequence A102227 A102228 A102229

KEYWORD

nonn

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


AT&T Labs Research