login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135242 Numbers n such that sigma(n)=2*(n-reversal(n)). 1
10, 51, 430, 591, 922, 5991, 8350, 20210, 28810, 59211, 59991, 6673581, 8179030, 20158910, 203887910, 833549650, 2263048910, 2814442310, 7823347543, 78551146723, 81896108650 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

If n=6*10^m-9 is semiprime then n is in the sequence (the proof is easy). Next term is greater than 7*10^7.

EXAMPLE

sigma(51)=72=2*(51-15)=2*(51-reversal(51)), so 51 is in the sequence.

MATHEMATICA

Do[If[2(n-FromDigits@Reverse@IntegerDigits@n)==DivisorSigma[1, n], Print[n]], {n, 70000000}]

CROSSREFS

Cf. A135243.

Sequence in context: A077044 A069038 A030183 * A041186 A058827 A028994

Adjacent sequences:  A135239 A135240 A135241 * A135243 A135244 A135245

KEYWORD

base,more,nonn

AUTHOR

Farideh Firoozbakht (mymontain(AT)yahoo.com), Jan 04 2008

EXTENSIONS

a(15)-a(21) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Dec 21 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 09:35 EST 2012. Contains 205753 sequences.