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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A074241 Numbers n such that phi(n+1) = reverse(phi(n)). 0
1, 3, 15, 129, 833, 5044, 59815 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

phi(129 + 1) = 48 = reverse(84) = reverse(phi(129)), so 129 is a term of the sequence.

MATHEMATICA

Select[Range[10^5], FromDigits[Reverse[IntegerDigits[EulerPhi[ # ]]]] == EulerPhi[ # + 1] &]

CROSSREFS

Sequence in context: A113077 A135255 A075475 * A117694 A108210 A006717

Adjacent sequences:  A074238 A074239 A074240 * A074242 A074243 A074244

KEYWORD

nonn,base

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Sep 18 2002

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 14 20:13 EST 2012. Contains 205663 sequences.