cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A326929 Numbers whose divisors and arithmetic mean of divisors are palindromic.

This page as a plain text file.
%I A326929 #19 Nov 18 2019 01:20:51
%S A326929 1,3,5,6,7,11,22,131,262,13331,26662,1333331,2666662
%N A326929 Numbers whose divisors and arithmetic mean of divisors are palindromic.
%C A326929 a(14) is greater than 10^18 and at most (10^94-1)*(4/3)-1. - _Charles R Greathouse IV_, Oct 28 2019
%C A326929 (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
%e A326929 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.
%t A326929 palQ[n_]:=ToString[n]==StringReverse[ToString[n]];
%t A326929 fQ[n_]:=palQ[Mean[Divisors[n]]]&&Union[palQ/@Divisors[n]]=={True};
%t A326929 Select[Range[2666662],fQ]
%Y A326929 Subsequence of A062687 and hence of A002113.
%Y A326929 Subsequence of A003601.
%Y A326929 Cf. A259050.
%K A326929 nonn,base,hard,more
%O A326929 1,2
%A A326929 _Ivan N. Ianakiev_, Oct 22 2019