login
A088113
a(n) = digit reversal of (11^n) divided by 11.
0
1, 11, 121, 1331, 13651, 150161, 1561681, 17168492, 178863412, 967497632, 10552373962, 116067113483, 1266738338413, 12944121722543, 142286328947974, 1466139717526814, 16126635892794955, 167392994830654505
OFFSET
1,2
COMMENTS
Conjecture: There are finitely many palindromic terms. Question: How many are palindromes? Observation: a(n) is further divisible by 11 for n = 2,3,4,5,6,7,8,
MATHEMATICA
Table[FromDigits[Reverse[IntegerDigits[11^n]]]/11, {n, 20}] (* Harvey P. Dale, Aug 14 2015 *)
CROSSREFS
Sequence in context: A007907 A171285 A216132 * A045587 A059734 A045582
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Sep 25 2003
EXTENSIONS
Corrected and extended by Ray Chandler, Oct 14 2003
STATUS
approved