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!)
A110196 Numbers n such that k=2n is the least k such that phi(n+k)=2*phi(k). 1
1, 13, 23, 97, 113, 131, 199, 227, 491, 859, 929 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
No other n < 10^6. Note that all n>1 are primes.
LINKS
MATHEMATICA
Do[k=1; While[EulerPhi[n+k] != 2*EulerPhi[k], k++ ]; If[k==2n, Print[n]], {n, 5000}]
CROSSREFS
Cf. A050473 (least k such that phi(n+k)=2*phi(k)).
Sequence in context: A155093 A147443 A131447 * A039448 A299361 A089768
KEYWORD
nonn
AUTHOR
T. D. Noe, Jul 15 2005
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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)