OFFSET
1,2
COMMENTS
Perhaps no digits other than 1,2 and 3 occur. From the second term onwards the periodic pattern of two 2's followed by a 3 holds.
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, 0, 1001, 0, 0, -1000).
EXAMPLE
The first six palindromes are: 1, 22, 232, 3223,22322, 232232.
MATHEMATICA
Join[{1}, LinearRecurrence[{0, 0, 1001, 0, 0, -1000}, {22, 232, 3223, 22322, 232232, 3223223}, 18]] (* Ray Chandler, Aug 25 2015 *)
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Apr 10 2003
EXTENSIONS
More terms from Joshua Zucker, May 08 2006
STATUS
approved