VOOZH about

URL: https://oeis.org/A382116

⇱ A382116 - OEIS


login
A382116
a(n) = floor(n*g+(g-1)/2), where g is the golden ratio.
1
0, 1, 3, 5, 6, 8, 10, 11, 13, 14, 16, 18, 19, 21, 22, 24, 26, 27, 29, 31, 32, 34, 35, 37, 39, 40, 42, 43, 45, 47, 48, 50, 52, 53, 55, 56, 58, 60, 61, 63, 65, 66, 68, 69, 71, 73, 74, 76, 77, 79, 81, 82, 84, 86, 87, 89, 90, 92, 94, 95, 97, 99, 100, 102, 103, 105
OFFSET
0,3
COMMENTS
Differs from A184734(n) and A184582(n) at n = 27.
Consists of the values of A382113 in ascending order.
MATHEMATICA
Table[Floor[n*GoldenRatio+(GoldenRatio-1)/2], {n, 0, 65}] (* James C. McMahon, Mar 23 2025 *)
CROSSREFS
Sequence in context: A183872 A288934 A186356 * A184582 A184734 A189662
KEYWORD
nonn,easy
AUTHOR
Jeffrey Shallit, Mar 16 2025
STATUS
approved