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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A130000 Composite solutions to the equation reversal(x)-phi(x)=1 (*). 2
52, 1230, 5032, 5662, 10040, 14450, 56253, 56962, 58882, 92944, 564472, 731935, 1865170, 10882630, 102178040, 127648411 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

A prime p is a solution of (*) iff p is a palindrome. A number of the form 38*(15*10^n-1) is in the sequence iff (15*10^n-1) is prime (the proof is easy).

The first three such terms are 38*(15*10^1-1), 38*(15*10^2-1) & 38*(15*10^15-1). There is no further term up to 3*10^9.

The sequence A130013 gives composite solutions of equation sigma(x)-reversal(x)=1 and the sequence A130031 gives composite solutions of equation phi(x)+sigma(x)=2*reversal(x).

EXAMPLE

reversal(127648411)-phi(127648411)=114846721-114846720=1 so 127648411 is in the sequence.

MATHEMATICA

r[n_]:=FromDigits[Reverse[IntegerDigits[n]]]; Do[c=r[n]; If[c<n && c-EulerPhi[n]==1, Print[n]], {n, 2100000000}]

CROSSREFS

Cf. A130001, A130002, A130013, A130031.

Sequence in context: A083936 A160288 A133238 * A160153 A017768 A035721

Adjacent sequences:  A129997 A129998 A129999 * A130001 A130002 A130003

KEYWORD

base,more,nonn

AUTHOR

Farideh Firoozbakht (mymontain(AT)yahoo.com), Apr 28 2007, Dec 03 2007

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 17 12:23 EST 2012. Contains 206011 sequences.