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!)
A114931 Numbers n such that phi(n)=4*reversal(n). 2
10, 20, 40, 50, 80, 210, 420, 630, 711, 831, 840, 2910, 29910, 40320, 80640, 98361, 673140, 865580, 8656341, 466760130, 694602930, 821412711, 23465346510, 40396039620, 63130473930, 234000006510, 464205665820, 2340653406510, 2346599346510 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If p=10^m-3 is prime then 30*p is in the sequence because phi(30*p)=phi(30)*phi(p)=8*(10^m-4)=4*(2*10^m-8)=4*reversal (3*10^m-9)=4*reversal(3*p)=4*reversal(30*p). Next term is greater than 55*10^7.
Let f(m,n)=(78*10^(m+3)+210)*(10^(n*(m+4))-1)/(10^(m+4)-1)+7, if p=f(m,n) is prime then 30*p is a term of the sequence. - Jahangeer Kholdi, Nov 13 2013
Also if p=(1/101)*(680*10000^n+27) is prime then 60*p is in the sequence. - Jahangeer Kholdi, Nov 13 2013
a(30) > 10^13. - Giovanni Resta, Aug 12 2019
LINKS
EXAMPLE
20 is in the sequence because phi(20)=4*2=4*reversal(20).
MATHEMATICA
Do[If[EulerPhi[n]==4*FromDigits[Reverse[IntegerDigits[n]]], Print[n]], {n, 550000000}]
CROSSREFS
Sequence in context: A275245 A020953 A033846 * A013978 A241608 A053162
KEYWORD
nonn,base,more
AUTHOR
Farideh Firoozbakht, Jan 29 2006
EXTENSIONS
a(21)-a(27) from Giovanni Resta, Oct 28 2012
a(28)-a(29) 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 March 28 12:26 EDT 2024. Contains 371254 sequences. (Running on oeis4.)