[go: up one dir, main page]

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!)
Revision History for A328380 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A328380 a(n) = (a(n-1) * a(n-3) - 2 * a(n-2)^2) / a(n-4) with a(0) = a(1) = a(2) = a(3) = 1.
(history; published version)
#27 by Joerg Arndt at Fri May 13 05:14:10 EDT 2022
STATUS

reviewed

approved

#26 by Michel Marcus at Fri May 13 00:41:40 EDT 2022
STATUS

proposed

reviewed

#25 by Michael Somos at Thu May 12 23:07:03 EDT 2022
STATUS

editing

proposed

#24 by Michael Somos at Thu May 12 23:06:45 EDT 2022
COMMENTS

This sequence is similar toa (-1,2) generalized Somos-4 (A006720). sequence.

STATUS

approved

editing

Discussion
Thu May 12 23:07
Michael Somos: Modified my comment.
#23 by Alois P. Heinz at Mon Jul 06 22:59:57 EDT 2020
STATUS

reviewed

approved

#22 by Joerg Arndt at Mon Jul 06 10:42:46 EDT 2020
STATUS

proposed

reviewed

#21 by Amiram Eldar at Mon Jul 06 08:20:13 EDT 2020
STATUS

editing

proposed

#20 by Amiram Eldar at Mon Jul 06 08:20:09 EDT 2020
MATHEMATICA

a[0] = a[1] = a[2] = a[3] = 1; a[n_] := a[n] = (a[n - 1]*a[n - 3] - 2*a[n - 2]^2)/a[n - 4]; Array[a, 26, 0] (* Amiram Eldar, Jul 06 2020 *)

STATUS

proposed

editing

#19 by Seiichi Manyama at Mon Jul 06 08:15:41 EDT 2020
STATUS

editing

proposed

#18 by Seiichi Manyama at Mon Jul 06 08:14:16 EDT 2020
LINKS

Seiichi Manyama, <a href="/A328380/b328380.txt">Table of n, a(n) for n = 0..166</a>

STATUS

approved

editing

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 August 30 00:57 EDT 2024. Contains 375520 sequences. (Running on oeis4.)