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!)
A293679 a(n) is the integer k that minimizes |k/Fibonacci(n) - Pi|. 3
0, 3, 3, 6, 9, 16, 25, 41, 66, 107, 173, 280, 452, 732, 1184, 1916, 3101, 5017, 8118, 13135, 21253, 34388, 55641, 90029, 145669, 235698, 381367, 617065, 998433, 1615498, 2613931, 4229429, 6843360, 11072788, 17916148, 28988936, 46905084, 75894020, 122799105 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = floor(1/2 + Pi*Fibonacci(n)).
a(n) = A293677(n) if (fractional part of Pi*Fibonacci(n)) < 1/2, otherwise a(n) = A293678(n).
MATHEMATICA
z = 120; f[n_] := Fibonacci[n];
Table[Floor[Pi*f[n]], {n, 0, z}]; (* A293677 *)
Table[Ceiling[Pi*f[n]], {n, 0, z}]; (* A293678 *)
Table[Round[Pi*f[n]], {n, 0, z}]; (* A293679 *)
CROSSREFS
Sequence in context: A022086 A097135 A293677 * A274498 A167786 A167787
KEYWORD
nonn,easy,base
AUTHOR
Clark Kimberling, Oct 16 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 25 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)