OFFSET
0,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
D. W. Boyd, Some integer sequences related to the Pisot sequences, Acta Arithmetica, 34 (1979), 295-305.
D. W. Boyd, Linear recurrence relations for some generalized Pisot sequences, Advances in Number Theory ( Kingston ON, 1991) 333-340, Oxford Sci. Publ., Oxford Univ. Press, New York, 1993.
FORMULA
Known not to satisfy any linear recurrence.
MATHEMATICA
RecurrenceTable[{a[0]==8, a[1]==14, a[n]==Floor[a[n-1]^2/a[n-2]+1/2]}, a, {n, 30}] (* Harvey P. Dale, Jan 31 2015 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved