OFFSET
1,2
COMMENTS
a(14) is greater than 10^18 and at most (10^94-1)*(4/3)-1. - Charles R Greathouse IV, Oct 28 2019
(4*10^A259050(n)-7)/3 and (8*10^A259050(n)-14)/3 are terms. Conjecture: all terms > 10 are of these forms. - Chai Wah Wu, Nov 17 2019
EXAMPLE
The divisors of 2666662 are {1,2,1333331,2666662} which are all palindromic. Their arithmetic mean is 999999 and is also palindromic. Therefore, 2666662 is in the sequence.
MATHEMATICA
palQ[n_]:=ToString[n]==StringReverse[ToString[n]];
fQ[n_]:=palQ[Mean[Divisors[n]]]&&Union[palQ/@Divisors[n]]=={True};
Select[Range[2666662], fQ]
CROSSREFS
KEYWORD
nonn,base,hard,more
AUTHOR
Ivan N. Ianakiev, Oct 22 2019
STATUS
approved