OFFSET
2,2
COMMENTS
Related to the log base phi of sequence A090162.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 2..1000
Guo-Niu Han, Enumeration of Standard Puzzles, 2011. [Cached copy]
Guo-Niu Han, Enumeration of Standard Puzzles, arXiv:2006.14070 [math.CO], 2020.
MAPLE
g:=(-1+3*z)/(1-3*z+z^2): gser:=series(g, z=0, 43): seq(abs(coeff(gser, z, n)-n), n=3..20); # Zerinvary Lajos, Mar 22 2009
MATHEMATICA
Rest[Table[Fibonacci[2 n] - n - 1, {n, 30}]] (* Vincenzo Librandi, Sep 03 2017 *)
PROG
(Magma) [Fibonacci(2*n)-n-1: n in [2..40]]; // Vincenzo Librandi, Sep 03 2017
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Greg Huber, Feb 04 2006
EXTENSIONS
More terms from Vincenzo Librandi, Sep 03 2017
STATUS
approved