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!)
A122024 a(n) = (3*a(n - 1)a(n - 5) - a(n - 2)*a(n - 4))/a(n - 6); a(0) = 1, a(1) = 1, a(2) = 1, a(3) = 1, a(4) = 1, a(5) = 1. 0
1, 1, 1, 1, 1, 1, 2, 5, 13, 34, 76, 286, 1651, 10933, 76130, 418553, 3071419, 37191253, 597219127, 11052077737, 158194282219, 2500524791374, 60075261409487, 2150997470890553, 103505410541423890, 3957922747010968084 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
MATHEMATICA
a[n_] := a[n] = (3*a[n - 1]a[n - 5] - a[n - 2]*a[n - 4])/a[n - 6]; a[0] = 1; a[1] = 1; a[2] = 1; a[3] = 1; a[4] = 1; a[5] = 1; Table[a[n], {n, 0, 30}]
RecurrenceTable[{a[0]==a[1]==a[2]==a[3]==a[4]==a[5]==1, a[n]==(3a[n-1] a[n-5]- a[n-2]a[n-4])/a[n-6]}, a, {n, 30}] (* Harvey P. Dale, Nov 07 2013 *)
CROSSREFS
Cf. Somos-6 sequence A006722.
Sequence in context: A112841 A104589 A154101 * A252932 A318234 A371426
KEYWORD
nonn,easy
AUTHOR
Roger L. Bagula, Sep 12 2006
EXTENSIONS
Edited by N. J. A. Sloane, Sep 13 2006
Offset changed to 0 by Georg Fischer, Jun 18 2021
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 07:44 EDT 2024. Contains 371922 sequences. (Running on oeis4.)