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

 


A114927
Numbers n such that sigma(n)=3*reversal(n).
2
41, 291552, 692133, 2946762, 8231796, 21732508611, 27892659612
OFFSET
1,1
COMMENTS
No more terms through 10^9. - Ryan Propper, Jan 08 2007
a(8) > 10^12. - Giovanni Resta, Oct 28 2012
MATHEMATICA
Do[If[DivisorSigma[1, n] == 3*FromDigits[Reverse[IntegerDigits[n]]], Print[n]], {n, 20000000}]
CROSSREFS
KEYWORD
base,more,nonn
AUTHOR
Farideh Firoozbakht, Jan 28 2006
EXTENSIONS
a(6)-a(7) from Donovan Johnson, Dec 21 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 21 04:44 EDT 2024. Contains 376079 sequences. (Running on oeis4.)