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!)
A072234 Numbers k such that reverse(k) = sum of the proper divisors of k. 3
6, 498906, 20671542, 41673714, 73687923, 4158499614, 922964834547 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Mark Ganson conjectures that all terms are divisible by 3.
Jens Kruse Andersen discovered that 4158499614 is in the sequence (although he did not rule out the possibility that there were missing terms below this - that was established by Giovanni Resta).
a(8) > 10^13. - Giovanni Resta, Dec 12 2013
LINKS
EXAMPLE
The proper divisors of 498906 are 1, 2, 3, 6, 9, 18, 27, 54, 9239, 18478, 27717, 55434, 83151, 166302, 249453, which sum to 609894, the reverse of 498906; hence 498906 is a term of the sequence.
MATHEMATICA
f = IntegerReverse; Do[ If[f[n] == Apply[Plus, Drop[Divisors[n], -1]], Print[n]], {n, 2, 10^9}]
PROG
(PARI) for(n=1, 10^9, if(sigma(n)-n==eval(concat(Vecrev(Str(n)))), print1(n, ", "))) \\ Edward Jiang, Sep 10 2014
CROSSREFS
Sequence in context: A238821 A067503 A079288 * A369973 A172823 A182791
KEYWORD
base,more,nonn,nice
AUTHOR
Joseph L. Pe, Jul 05 2002
EXTENSIONS
a(6) confirmed and a(7) discovered by Giovanni Resta, Dec 12 2013
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 August 23 05:13 EDT 2024. Contains 375375 sequences. (Running on oeis4.)