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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069969 Numbers n such that phi(reverse(n)) = phi(reverse(n-1)) + phi(reverse(n-2)). 0
3, 5, 7, 34, 42, 83, 223, 342, 443, 464, 522, 563, 584, 653, 2194, 2554, 3623, 5704, 6904, 8084, 8134, 8254, 14455, 24653, 29393, 48023, 50882, 52834, 56663, 58483, 58814, 65893, 66784, 82315, 83324, 91373, 98254 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

phi(reverse(223)) = phi(322) = 132 = 72 + 60 = phi(222) + phi(122) = phi(reverse(223-1)) + phi(reverse(223-2)).

MATHEMATICA

rev[n_] := FromDigits[Reverse[IntegerDigits[n]]]; Select[Range[3, 10^5], EulerPhi[rev[ # ]] == EulerPhi[rev[ # - 1]] + EulerPhi[rev[ # - 2]] &]

CROSSREFS

Sequence in context: A029508 A095714 A137864 * A067232 A106115 A154544

Adjacent sequences:  A069966 A069967 A069968 * A069970 A069971 A069972

KEYWORD

base,nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Apr 29 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 00:47 EST 2012. Contains 205567 sequences.