a(1) = 1; for n > 1, a(n) is the smallest number that is either a divisor or a multiple, in that priority (order), of a(n-1) such that it is a distinct palindrome not included earlier.
A089337
a(1) = 1; for n > 1, a(n) is the smallest number that is either a divisor or a multiple, in that priority (order), of a(n-1) such that it is a distinct palindrome not included earlier.
Terms
- a(0) =1a(1) =2a(2) =4a(3) =8a(4) =88a(5) =11a(6) =22a(7) =44a(8) =484a(9) =121a(10) =242a(11) =2662a(12) =1331a(13) =3993a(14) =3a(15) =6a(16) =66a(17) =33a(18) =99a(19) =9a(20) =171a(21) =1881a(22) =171171a(23) =7a(24) =77a(25) =616a(26) =6776a(27) =88088a(28) =1001a(29) =2002
External references
- oeis: A089337