login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A082205
Palindromes pertaining to A082204.
2
1, 22, 232, 3223, 22322, 232232, 3223223, 22322322, 232232232, 3223223223, 22322322322, 232232232232, 3223223223223, 22322322322322, 232232232232232, 3223223223223223, 22322322322322322, 232232232232232232, 3223223223223223223
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.
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
Sequence in context: A047647 A010938 A022617 * A003205 A037268 A091783
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Apr 10 2003
EXTENSIONS
More terms from Joshua Zucker, May 08 2006
STATUS
approved