OFFSET
0,1
LINKS
Vincenzo Librandi, 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.
MATHEMATICA
RecurrenceTable[{a[0]==14, a[1]==23, a[n]==Floor[a[n-1]^2/a[n-2]]}, a, {n, 30}] (* Harvey P. Dale, Jan 20 2012 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved