OFFSET
1,2
COMMENTS
This sequence uses UK English names (e.g., one hundred and one).
Theorem: All nonnegative integers eventually reach either the fixed point 251, the fixed point 259, or the five-cycle 248, 284, 285, 267, 313.
EXAMPLE
PROG
(PARI) lista(nn) = {my(x=1); for (n=1, nn, x = A073327(x); print1(x, ", "); ); } \\ Michel Marcus, Jul 01 2021; using PARI for A073327
CROSSREFS
KEYWORD
nonn,word
AUTHOR
Paul Duckett, Jun 08 2021
EXTENSIONS
Edited by N. J. A. Sloane, Jun 09 2021
Corrected (at the suggestion of Stephen Cornelius) and extended by Sean A. Irvine, May 01 2022
STATUS
approved