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!)
A127884 a(n) = floor(Fibonacci(n)/n). 2
1, 0, 0, 0, 1, 1, 1, 2, 3, 5, 8, 12, 17, 26, 40, 61, 93, 143, 220, 338, 521, 805, 1245, 1932, 3001, 4668, 7274, 11350, 17732, 27734, 43428, 68072, 106805, 167731, 263641, 414732, 652913, 1028636, 1621691, 2558353, 4038540, 6378911, 10081265 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,8
LINKS
MAPLE
with(combinat): a:=n->floor(fibonacci(n)/n): seq(a(n), n=1..50); # Emeric Deutsch, Apr 16 2007
MATHEMATICA
Table[Floor[Fibonacci[n]/n], {n, 50}] (* Harvey P. Dale, Jan 25 2011 *)
PROG
(Magma) [Floor(Fibonacci(n)/n): n in [1..50]]; // Vincenzo Librandi, Jul 10 2012
(PARI) for(n=1, 50, print1(floor(fibonacci(n)/n), ", ")) \\ G. C. Greubel, Apr 29 2018
(PARI) a(n) = fibonacci(n)\n; \\ Michel Marcus, Apr 30 2018
(GAP) List([1..50], n->Int(Fibonacci(n)/n)); # Muniru A Asiru, Apr 30 2018
CROSSREFS
Cf. A000045.
Sequence in context: A175539 A260795 A111388 * A105858 A372040 A299731
KEYWORD
nonn,easy
AUTHOR
Leroy Quet, Apr 05 2007
EXTENSIONS
More terms from Emeric Deutsch, Apr 16 2007
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 May 11 07:10 EDT 2024. Contains 372388 sequences. (Running on oeis4.)