login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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). 3
0, 1, -2, -13, -34, -214, -1080, -17748, -210687, -12958931, -336158195, -90749332418, -5514826306078, -6602085964032676, -1100107197850536319, -5281354412162659396395, -2833757368893623973093411, -48664369321649964841252244730 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
PROG
(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
Sequence in context: A190816 A084910 A124024 * A254965 A038501 A009350
KEYWORD
sign
AUTHOR
Paul D. Hanna, Jan 01 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)