Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A372984 a(n) = floor((a(n-1)+a(n-2)+n)/(a(n-3)+1)), with a(1)=1, a(2)=3, a(3)=4. 3
1, 3, 4, 5, 3, 2, 2, 3, 4, 5, 5, 4, 3, 3, 4, 5, 6, 5, 5, 4, 5, 5, 6, 5, 6, 5, 6, 5, 6, 5, 7, 6, 7, 5, 6, 5, 8, 7, 9, 6, 7, 5, 7, 7, 9, 7, 7, 6, 7, 7, 9, 8, 8, 7, 7, 7, 8, 9, 9, 8, 7, 7, 8, 9, 10, 9, 8, 7, 8, 9, 11, 10, 9, 7, 8, 9, 11, 10, 10, 8, 9, 9, 11, 10 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
a[1] = 1; a[2] = 3; a[3] = 4;
a[n_] := a[n] = Floor[(a[n - 1] + a[n - 2] + n)/(a[n - 3] + 1)];
Table[a[n], {n, 1, 100}]
CROSSREFS
Sequence in context: A099120 A199620 A016553 * A228947 A337535 A163874
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jul 09 2024
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 August 18 17:29 EDT 2024. Contains 375269 sequences. (Running on oeis4.)