[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 A130816 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A130816 a(1) = 2, a(2) = 2, a(3) = 1, a(n) = a(n-3) + floor(a(n-2)/2) for n >= 4.
(history; published version)
#18 by N. J. A. Sloane at Sat May 13 13:25:42 EDT 2023
STATUS

proposed

approved

#17 by Robert C. Lyons at Sat May 13 11:59:35 EDT 2023
STATUS

editing

proposed

#16 by Robert C. Lyons at Sat May 13 11:59:33 EDT 2023
PROG

(C: ) int f1 = 2; int f2 = 2; int f3 = 1; int next_seq() { int f = f1 + f2/2; f1 = f2; f2 = f3; f3 = f; return f; }

STATUS

approved

editing

#15 by Amiram Eldar at Mon Apr 24 06:48:58 EDT 2023
STATUS

reviewed

approved

#14 by Joerg Arndt at Mon Apr 24 06:41:09 EDT 2023
STATUS

proposed

reviewed

#13 by Michel Marcus at Mon Apr 24 03:16:45 EDT 2023
STATUS

editing

proposed

#12 by Michel Marcus at Mon Apr 24 03:16:42 EDT 2023
EXTENSIONS

DefintionDefinition corrected by Georg Fischer, May 05 2021

STATUS

approved

editing

#11 by Alois P. Heinz at Wed May 05 17:56:40 EDT 2021
STATUS

editing

approved

#10 by Alois P. Heinz at Wed May 05 17:56:38 EDT 2021
LINKS

Alois P. Heinz, <a href="/A130816/b130816.txt">Table of n, a(n) for n = 1..10000</a>

STATUS

approved

editing

#9 by Alois P. Heinz at Wed May 05 17:54:04 EDT 2021
STATUS

editing

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 August 30 04:38 EDT 2024. Contains 375526 sequences. (Running on oeis4.)