Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102229
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102229 Column 1 of triangular matrix A102228, in which the first differences of row k forms row (k+1) of its matrix square-root (A102225). +0
4
0, 1, -2, -13, -34, -214, -1080, -17748, -210687, -12958931, -336158195, -90749332418, -5514826306078, -6602085964032676, -1100107197850536319, -5281354412162659396395, -2833757368893623973093411, -48664369321649964841252244730 (list; graph; listen)
OFFSET

0,3

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

CROSSREFS

Cf. A102225, A102226, A102227, A102228.

Sequence in context: A062708 A084910 A124024 this_sequence A038501 A009350 A063092

Adjacent sequences: A102226 A102227 A102228 this_sequence A102230 A102231 A102232

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 December 20 16:54 EST 2009. Contains 171081 sequences.


AT&T Labs Research