The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A075475 Numbers n such that reverse(phi(n+1)) = phi(n). 1
1, 3, 15, 129, 270, 833, 5044, 59815, 9633693, 26427528, 4642779313, 26594615202, 62935243460, 91770096041, 1648209018135 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(12) > 25*10^9. - Donovan Johnson, Jun 09 2011
a(16) > 2*10^12. - Giovanni Resta, Aug 12 2019
LINKS
EXAMPLE
n=59815: phi(n) = 40992, phi(n+1) = 29904 = rev(phi(n)).
MATHEMATICA
Select[Range[60000], IntegerReverse[EulerPhi[# + 1]] == EulerPhi[#] &] (* Giovanni Resta, Aug 12 2019 *)
PROG
(PARI) isok(n) = eulerphi(n) == fromdigits(Vecrev(digits(eulerphi(n+1)))); \\ Michel Marcus, Aug 12 2019
CROSSREFS
Sequence in context: A182489 A330804 A335390 * A074241 A228365 A117694
KEYWORD
nonn,base,more
AUTHOR
Labos Elemer, Sep 20 2002
EXTENSIONS
a(9)-a(11) from Donovan Johnson, Jun 09 2011
a(12)-a(15) 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 June 6 00:30 EDT 2024. Contains 373110 sequences. (Running on oeis4.)