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!)
A293678 a(n) is the least integer k such that k/Fibonacci(n) > Pi. 3
0, 4, 4, 7, 10, 16, 26, 41, 66, 107, 173, 280, 453, 732, 1185, 1917, 3101, 5018, 8118, 13135, 21253, 34388, 55641, 90029, 145670, 235698, 381368, 617066, 998433, 1615499, 2613931, 4229429, 6843360, 11072789, 17916148, 28988937, 46905085, 75894021, 122799105 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = ceiling(Pi*Fibonacci(n)).
a(n) = A293677(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}]; (* A293679 *)
CROSSREFS
Sequence in context: A212532 A109544 A187893 * A063984 A357270 A347060
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 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)