OFFSET
1,1
COMMENTS
Has period 90. A full period is shown. Starting with 1027 + 2*k for k = 1, ..., 18 gives other sequences with period 90.
LINKS
N. J. A. Sloane and others, Sequences of RADD type, OEIS wiki.
Index entries for periodic sequences, period 90.
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1).
MATHEMATICA
NestList[FromDigits[Reverse[IntegerDigits[#]]]+16&, 1027, 90] (* Harvey P. Dale, Mar 11 2015 *)
NestList[IntegerReverse[#]+16&, 1027, 90] (* Harvey P. Dale, Apr 26 2025 *)
CROSSREFS
KEYWORD
nonn,base,easy,changed
AUTHOR
Klaus Brockhaus, May 20 2006
STATUS
approved
