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!)
A130000 Composite solutions to the equation reversal(x) - phi(x) = 1. 4
52, 1230, 5032, 5662, 10040, 14450, 56253, 56962, 58882, 92944, 564472, 731935, 1865170, 10882630, 102178040, 127648411, 18484522651, 100000000040, 100219780040, 163129755801, 1021999978040, 1443229949041 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A prime p is a solution of reversal(x) - phi(x) = 1 iff p is a palindrome.
If p = 15*10^n-1 is prime then 38*p is in the sequence. The first three such terms are 38*(15*10^1-1)=a(4), 38*(15*10^2-1)=a(8), and 38*(15*10^15-1).
If p=25*10^m+1 is prime then 40*p is in the sequence.
The sequence A230020 gives composite solutions of equation sigma(x)-reversal(x)=1 and the sequence A130913 gives composite solutions of equation phi(x)+sigma(x)=2*reversal(x). - Farideh Firoozbakht, Nov 26 2013
[From Farideh Firoozbakht, Feb 07 2014] (Start)
Let f(s,m,r) = 10^(r*m+4r+s+2)+22*10^((s/2)+2)*(10^(m+2)-1)*(10^(r*(m+4))-1)/(10^(m+4)-1)+40, where s, m and r are nonnegative integers.
If p=f(s,m,r)/40 is prime then s>1 and f(s,m,r)=40*p is in the sequence.
If r=0 then f(s,m,0) = 10^(s+2)+40 = 1.0(s).40, where dot "." means concatenation and x(y) means the digit x is repeated y times.
If r>0 then f(s,m,r) is integer iff s is even. In that case, f(s,m,r) = 1.0(s/2).(21.9(m).78)(r).0(s/2).40.
Examples include a(5)=f(2,m,0)=10040, a(15)=f(2,0,1)=102178040, a(18)=f(9,m,0)=100000000040 and a(19)=f(4,1,1)=100219780040.
f(1970,19,19) is a 2410-digit term of the sequence. (End)
a(23) > 10^13. - Giovanni Resta, Aug 12 2019
LINKS
EXAMPLE
reversal(52)-phi(52)=25-24=1.
MATHEMATICA
r[n_]:=FromDigits[Reverse[IntegerDigits[n]]]; Do[c=r[n]; If[c<n && c-EulerPhi[n]==1, Print[n]], {n, 2100000000}]
CROSSREFS
Sequence in context: A133238 A331127 A216939 * A160153 A017768 A035721
KEYWORD
nonn,base,more
AUTHOR
Farideh Firoozbakht, Apr 28 2007, Dec 03 2007
EXTENSIONS
a(17)-a(20) from Giovanni Resta, Oct 28 2012
a(21)-a(22) from Giovanni Resta, Aug 12 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 April 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)