A057843 a(n) = floor(n*tau^2) - 3, where tau = (1+sqrt(5))/2.
-1, 2, 4, 7, 10, 12, 15, 17, 20, 23, 25, 28, 31, 33, 36, 38, 41, 44, 46, 49, 51, 54, 57, 59, 62, 65, 67, 70, 72, 75, 78, 80, 83, 86, 88, 91, 93, 96, 99, 101, 104, 106, 109, 112, 114, 117, 120, 122, 125, 127, 130, 133, 135, 138, 140, 143, 146, 148, 151, 154, 156, 159
Offset: 1
Keywords
Links
- Jon Asier Bárcena-Petisco, Luis Martínez, María Merino, Juan Manuel Montoya, and Antonio Vera-López, Fibonacci-like partitions and their associated piecewise-defined permutations, arXiv:2503.19696 [math.CO], 2025. See p. 3.
- Johan Kok, Integer sequences with conjectured relation with certain graph parameters of the family of linear Jaco graphs, arXiv:2507.16500 [math.CO], 2025. See pp. 5-6.
Programs
-
Mathematica
Floor[GoldenRatio^2 Range[70]]-3 (* Harvey P. Dale, May 15 2014 *)
-
PARI
a(n)=(3+sqrt(5))*n\2 - 3 \\ Charles R Greathouse IV, Jan 23 2015
Comments