OFFSET
0,3
REFERENCES
F. Axel et al., Vibrational modes in a one dimensional "quasi-alloy": the Morse case, J. de Physique, Colloq. C3, Supp. to No. 7, Vol. 47 (Jul 1986), pp. C3-181-C3-186; see Eq. (10).
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..17
MAPLE
MATHEMATICA
nxt[{a_, b_, c_}]:={b, c, 2c*b-a}; NestList[nxt, {0, 1, 2}, 12][[All, 1]] (* Harvey P. Dale, Aug 31 2017 *)
PROG
(PARI) { for (n = 0, 17, if (n>2, a=2*a1*a2-a3; a3=a2; a2=a1; a1=a, if (n==0, a=a3=0, if (n==1, a=a2=1, a=a1=2))); write("b065598.txt", n, " ", a) ) } \\ Harry J. Smith, Oct 23 2009
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 01 2001
STATUS
approved