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!)
A070835 Numbers n such that phi(reverse(n)) = sigma(n). 3
1, 168, 1141, 1451, 2139, 2737, 3938, 7597, 11831, 19668, 21415, 23649, 31894, 32383, 40649, 52687, 59677, 121023, 133661, 136831, 146055, 148503, 172095, 190035, 245998, 276058, 302005, 302503, 307705, 396635, 410389, 504557, 516439, 539327, 571577 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Donovan Johnson, Table of n, a(n) for n = 1..500

EXAMPLE

phi(reverse(168)) = phi(861) = 480 = sigma(168), so 168 is a term of the sequence.

MATHEMATICA

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

CROSSREFS

Cf. A000203, A000010, A004086, A070856.

Sequence in context: A302887 A235071 A235064 * A112551 A303622 A263121

Adjacent sequences: A070832 A070833 A070834 * A070836 A070837 A070838

KEYWORD

base,nonn

AUTHOR

Joseph L. Pe, May 16 2002

EXTENSIONS

More terms from Labos Elemer, Jul 04 2003

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 20 22:57 EDT 2023. Contains 361392 sequences. (Running on oeis4.)