login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A024571
a(n) = [ sum of 1/{k*r} ] for k = 1,2,...,n, where r = (1 + sqrt(5))/2 and {x} := x - [ x ].
2
1, 5, 7, 9, 20, 21, 24, 25, 27, 33, 34, 36, 65, 67, 71, 72, 74, 82, 83, 86, 87, 88, 93, 94, 97, 111, 112, 116, 117, 119, 125, 126, 129, 205, 206, 210, 212, 214, 223, 225, 228, 229, 230, 236, 237, 239, 260, 262, 265, 266, 268, 275, 277, 279, 280, 282, 287, 288, 290, 302, 303, 307
OFFSET
1,2
LINKS
MATHEMATICA
Table[Floor[Sum[1/FractionalPart[k*GoldenRatio], {k, n}]], {n, 100}] (* Clark Kimberling, Aug 15 2012 *)
CROSSREFS
Cf. A024570.
Sequence in context: A072180 A162848 A259359 * A186406 A370138 A068332
KEYWORD
nonn
EXTENSIONS
Corrected by Clark Kimberling, Aug 15 2012
STATUS
approved