login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A326929 Numbers whose divisors and arithmetic mean of divisors are palindromic. 0
1, 3, 5, 6, 7, 11, 22, 131, 262, 13331, 26662, 1333331, 2666662 (list; graph; refs; listen; history; text; internal format)
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
LINKS
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
Subsequence of A062687 and hence of A002113.
Subsequence of A003601.
Cf. A259050.
Sequence in context: A227026 A361827 A053272 * A138927 A030333 A081677
KEYWORD
nonn,base,hard,more
AUTHOR
Ivan N. Ianakiev, Oct 22 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 11 07:10 EDT 2024. Contains 372388 sequences. (Running on oeis4.)