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!)
A293544 a(n) is the integer k that minimizes | k/Fibonacci(n) - 1/3 |. 2
0, 0, 0, 1, 1, 2, 3, 4, 7, 11, 18, 30, 48, 78, 126, 203, 329, 532, 861, 1394, 2255, 3649, 5904, 9552, 15456, 25008, 40464, 65473, 105937, 171410, 277347, 448756, 726103, 1174859, 1900962, 3075822, 4976784, 8052606, 13029390, 21081995, 34111385, 55193380 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
G.f.: -(x^2/((-1 + x + x^2) (1 + x^4))).
a(n) = a(n-1) + a(n-2) - a(n-4) + a(n-5) + a(n-6) for n >= 7.
a(n) = floor(Fibonacci(n)/3).
a(n) = A004696(n) + 1 for n > 0.
MATHEMATICA
z = 120; r = 1/3; f[n_] := Fibonacci[n];
Table[Floor[r*f[n]], {n, 0, z}]; (* A004696 *)
Table[Ceiling[r*f[n]], {n, 0, z}]; (* A293543 *)
Table[Round[r*f[n]], {n, 0, z}]; (* A293544 *)
CROSSREFS
Sequence in context: A080023 A169985 A254729 * A080074 A317767 A018064
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Oct 12 2017
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)