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!)
A178326 Numbers n such that n is the mean value of phi(n) and reversal(n). 0
1, 2994, 25524, 29994, 47817, 48618, 299994, 29999994, 48108108108 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
If p=5*10^m-1 is prime then n=6*p is in the sequence (the proof is easy).
a(10) > 2*10^11. - Donovan Johnson, Nov 10 2011
a(10) > 10^12. - Giovanni Resta, Oct 28 2012
If p=1/111*(10^(3m+3)-1)-5*10^(3m) is prime then n=12*p is in the sequence. For m = 3,47,75,203,1259 ... p is prime. - Farideh Firoozbakht, Oct 04 2013
LINKS
EXAMPLE
(1/2)*(phi(25524)+reversal(25524)) = (1/2)*(8496+42552) = 25524, so 25524 is in the sequence.
MATHEMATICA
r[n_]:=FromDigits[Reverse[IntegerDigits[n]]];
Do[If[EulerPhi[n]+r[n]==2n, Print[n]], {n, 320000000}]
CROSSREFS
Sequence in context: A253758 A230013 A158963 * A063055 A235754 A235529
KEYWORD
base,more,nonn
AUTHOR
Farideh Firoozbakht, May 29 2010
EXTENSIONS
a(9) from Donovan Johnson, Nov 10 2011
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 September 6 15:39 EDT 2024. Contains 375715 sequences. (Running on oeis4.)