OFFSET
0,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
Michael Albert, Vít Jelínek, Michal Opler, Two examples of Wilf-collapse, arXiv:1912.07713 [math.CO], 2019.
MATHEMATICA
RecurrenceTable[{a[0]==1, a[1]==3, a[n]==Floor[GoldenRatio*a[n-1]]+a[n-2]}, a, {n, 30}] (* Harvey P. Dale, Dec 05 2018 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved