OFFSET
0,2
COMMENTS
Each term divides the next.
LINKS
S. A. Fulling, Large Numbers, the Chinese Remainder Theorem, and the Circle of Fifths, arXiv:quant-ph/9911051
EXAMPLE
75=5^2+2*5*5=25+50.
MATHEMATICA
nxt[{n_, a_}]:={n+1, a^2+a(n+1)(n+4)}; NestList[nxt, {0, 1}, 10][[All, 2]] (* Harvey P. Dale, Aug 14 2021 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Dennis S. Kluk (mathemagician(AT)ameritech.net)
EXTENSIONS
Corrected by Harvey P. Dale, Aug 14 2021
STATUS
approved