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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060145 Floor(n/tau)-Floor(n/(1+tau)). 1
0, 0, 1, 0, 1, 2, 1, 2, 1, 2, 3, 2, 3, 4, 3, 4, 3, 4, 5, 4, 5, 4, 5, 6, 5, 6, 7, 6, 7, 6, 7, 8, 7, 8, 9, 8, 9, 8, 9, 10, 9, 10, 9, 10, 11, 10, 11, 12, 11, 12, 11, 12, 13, 12, 13, 12, 13, 14, 13, 14, 15, 14, 15, 14, 15, 16, 15, 16, 17, 16, 17, 16, 17, 18, 17, 18, 17, 18, 19, 18, 19, 20, 19 (list; graph; refs; listen; history; internal format)
OFFSET

0,6

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,1000

PROG

(PARI) { default(realprecision, 10); t=(sqrt(5) + 1)/2; f=1/t; g=1/(1 + t); for (n=0, 1000, write("b060145.txt", n, " ", floor(n*f) - floor(n*g)); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 02 2009]

CROSSREFS

Sequence in context: A092243 A194509 A054716 * A035391 A161310 A161244

Adjacent sequences:  A060142 A060143 A060144 * A060146 A060147 A060148

KEYWORD

nonn

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu), Mar 05 2001

EXTENSIONS

Corrected typo in terms. Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 02 2009

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 16 10:43 EST 2012. Contains 205904 sequences.