login
A098759
Smallest available integer a(n) beginning with the last two reversed digits of a(n-1).
0
11, 111, 112, 21, 12, 211, 113, 31, 13, 311, 114, 41, 14, 411, 115, 51, 15, 511, 116, 61, 16, 611, 117, 71, 17, 711, 118, 81, 18, 811, 119, 91, 19, 911, 1101, 101, 102, 201, 103, 301, 104, 401, 105, 501, 106, 601, 107, 701, 108, 801, 109, 901, 1011, 1102, 202, 203
OFFSET
1,1
COMMENTS
The pattern "last two digits of a(n), period, first two digits of a(n+1)" is palindromic.
a(n) must be chosen so its rightmost digit is nonzero. - Sam Alexander, Jan 04 2005
CROSSREFS
Sequence in context: A093788 A327992 A204847 * A273977 A358441 A135464
KEYWORD
base,easy,nonn
AUTHOR
Eric Angelini, Oct 01 2004
EXTENSIONS
More terms from Sam Alexander, Jan 04 2005
STATUS
approved