OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
MATHEMATICA
nxt[{t_, a_}]:=Module[{c=Floor[(47+t)/5]}, {t+c, c}]; NestList[nxt, {9, 9}, 40][[All, 2]] (* Harvey P. Dale, Jul 26 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Graeme McRae, Jun 10 2006
STATUS
approved