A327435 a(n) is the largest (2n+1)-digit palindrome that is the product of two numbers having an equal number of digits.
9, 999, 99999, 9999999, 999969999, 99999999999, 9999998999999, 999999999999999, 99999999799999999, 9999999997999999999, 999999999999999999999, 99999999999899999999999, 9999999999999999999999999, 999999999999979999999999999, 99999999999999999999999999999, 9999999999999996999999999999999
Offset: 0
Examples
a(0) = 9 = 3 * 3 a(1) = 999 = 27 * 37 a(2) = 99999 = 123 * 813 a(3) = 9999999 = 2151 * 4649 a(4) = 999969999 = 16667 * 59997 a(5) = 99999999999 = 194841 * 513239 a(6) = 9999998999999 = 2893921 * 3455519 a(7) = 999999999999999 = 11099889 * 90090991 a(8) = 99999999799999999 = 265412903 * 376771433 a(9) = 9999999997999999999 = 2441330309 * 4096127411 a(10) = 999999999999999999999 = 19845575559 * 50389065161 a(11) = 99999999999899999999999 = 345867517613 * 289128047323
Links
- Chai Wah Wu, Table of n, a(n) for n = 0..89
Comments