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!)
A293677 a(n) is the greatest integer k such that k/Fibonacci(n) < Pi. 3
0, 3, 3, 6, 9, 15, 25, 40, 65, 106, 172, 279, 452, 731, 1184, 1916, 3100, 5017, 8117, 13134, 21252, 34387, 55640, 90028, 145669, 235697, 381367, 617065, 998432, 1615498, 2613930, 4229428, 6843359, 11072788, 17916147, 28988936, 46905084, 75894020, 122799104 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = floor(Pi*Fibonacci(n)).
a(n) = A293678(n) - 1 for n > 0.
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}]; (* A293696 *)
CROSSREFS
Sequence in context: A355906 A022086 A097135 * A293679 A274498 A167786
KEYWORD
nonn,easy
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 19 17:51 EDT 2024. Contains 371797 sequences. (Running on oeis4.)