OFFSET
0,1
COMMENTS
This coincides with the Pisot T(6,37) sequence as defined in A008776 at least up to n<=16000. - R. J. Mathar, Feb 13 2016
LINKS
FORMULA
Empirical g.f.: -(x^6+x^5+x^4+x^3-x-6) / (x^7+x^6+x^5+x^4-x^2-6*x+1). - Colin Barker, Sep 18 2015
PROG
(PARI) T(a0, a1, maxn) = a=vector(maxn); a[1]=a0; a[2]=a1; for(n=3, maxn, a[n]=ceil(a[n-1]^2/a[n-2])-1); a
T(6, 37, 30) \\ Colin Barker, Feb 16 2016
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved