login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A127884 a(n) = floor(F(n)/n), where F(n) is the n-th Fibonacci number. 7
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; internal format)
OFFSET

1,8

MAPLE

with(combinat): a:=n->floor(fibonacci(n)/n): seq(a(n), n=1..50); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 16 2007

MATHEMATICA

Table[Floor[Fibonacci[n]/n], {n, 50}]  [From Harvey P. Dale, Jan. 25, 2011]

CROSSREFS

Cf. A000045.

Sequence in context: A200661 A175539 A111388 * A105858 A039899 A039901

Adjacent sequences:  A127881 A127882 A127883 * A127885 A127886 A127887

KEYWORD

nonn

AUTHOR

Leroy Quet Apr 05 2007

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 16 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 19:13 EST 2012. Contains 206085 sequences.