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!)
A160569 a(n)=9*(a(n-1)a(n-3)-a(n-2)^2)/a(n-4), a(1)=a(2)=a(3)=1, a(4)=-9. 2
1, 1, 1, -9, -90, -1539, 51759, 7026831, 1349328699, -119669884380, -462804380329131, -818173230956710191, -775566981773559330471, 23349606875054800260574779, 383206716517298992863985977570 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
a(n+1) is the Hankel transform of A160568.
LINKS
MATHEMATICA
nxt[{a_, b_, c_, d_}]:={b, c, d, (9(d*b-c^2))/a}; NestList[nxt, {1, 1, 1, -9}, 20][[All, 1]] (* Harvey P. Dale, Feb 21 2022 *)
CROSSREFS
Sequence in context: A294610 A294813 A218118 * A157545 A274953 A157558
KEYWORD
easy,sign
AUTHOR
Paul Barry, May 19 2009
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)