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”).

A187330
a(n) = floor((4-sqrt(5))*n); complement of A187339.
3
0, 1, 3, 5, 7, 8, 10, 12, 14, 15, 17, 19, 21, 22, 24, 26, 28, 29, 31, 33, 35, 37, 38, 40, 42, 44, 45, 47, 49, 51, 52, 54, 56, 58, 59, 61, 63, 65, 67, 68, 70, 72, 74, 75, 77, 79, 81, 82, 84, 86, 88, 89, 91, 93, 95, 97, 98, 100, 102, 104, 105, 107, 109, 111
OFFSET
0,3
LINKS
FORMULA
a(n)=floor((4-sqrt(5))n).
MAPLE
seq(floor((4-sqrt(5))*n), n=0..200); # Robert Israel, Dec 19 2021
MATHEMATICA
Table[Floor[(4-5^(1/2))n], {n, 0, 120}]
CROSSREFS
Cf. A187339.
Sequence in context: A047392 A330117 A292648 * A059546 A284366 A037086
KEYWORD
nonn
AUTHOR
Clark Kimberling, Mar 08 2011
STATUS
approved