login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A089983 1, 1, 1, 1, ... a, b, c, d, ab-cd, ... 1
1, 1, 1, 1, 0, 1, 1, -1, 1, 2, -3, 5, 17, -91, 1532, 139497, -213710951, 29812036392235, 6371158648631364574889, -189937213493701003981668660072118562, 1210120120447335073097142485947209203511752911347585124133 (list; graph; refs; listen; history; internal format)
OFFSET

1,10

COMMENTS

Inspired by the formula for the determinant of a 2 X 2 matrix.

Sequence b(n,p) = a(n) (mod p), p prime, is a periodic sequence. Letting l(p) denotes the length of the period of b(n,p) we get l(2)=5, l(3)=11, l(5)=31... Is there any rule for l(p) ? - Benoit Cloitre (benoit7848c(AT)orange.fr), Nov 19 2003

FORMULA

a(1)=a(2)=a(3)=a(4)=1, for n>4 a(n)=a(n-4)*a(n-3)-a(n-2)*a(n-1).

a(n) is asymptotic (in absolute value) to A^(phi^n) where phi=golden ratio and A=1.005384.. (follows same kind of behavior as A000301, A007660) - Benoit Cloitre (benoit7848c(AT)orange.fr), Nov 19 2003

PROG

(PARI) a=b=c=d=1; for(n=5, 20, e=a*b-c*d; a=b; b=c; c=d; d=e; print1(e, ", "))

CROSSREFS

Cf. A089984.

Sequence in context: A173236 A082979 A065952 * A072858 A087911 A099936

Adjacent sequences:  A089980 A089981 A089982 * A089984 A089985 A089986

KEYWORD

sign,easy

AUTHOR

Ray Chandler (rayjchandler(AT)sbcglobal.net), following a suggestion of Rainer Rosenthal (r.rosenthal(AT)web.de), Nov 18 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 03:30 EST 2012. Contains 205978 sequences.