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!)
A053162 Nonprimes n such that n+cototient(n) is a power of 2. 1
1, 10, 20, 40, 80, 160, 320, 322, 640, 644, 1280, 1288, 2560, 2576, 5120, 5152, 10240, 10304, 20480, 20608, 40960, 41216, 81920, 82432, 163840, 164864, 327680, 329728, 333634, 655360, 659456, 667268, 1310720, 1318912, 1334536, 1378114, 2621440 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See especially A053579 and also A053576, A053577.
LINKS
FORMULA
a(n)+A051953(n) = 2*a(n)-A000010(n) = 2^w for some w and a(n).
EXAMPLE
Mersenne primes were deleted from set of numbers with similar property. An infinite subset here is m(r)=5*2^r, since Phi[m(r)]=2^(r+1) and a(m(r))=5*2^(r+1)-2^(r+1)=2^(r+3). A different subset includes m = 322,644,1288,.. = Set of {(2^s)*7*23} generating 2^(s+8)=2m-Phi(m) powers of 2.
PROG
(PARI) for(n=1, 2621440, if(isprime(n)==0, if(omega((2*n-eulerphi(n))*2)==1, print1(n ", ")))) \\ Donovan Johnson, Jan 09 2014
CROSSREFS
Sequence in context: A114931 A013978 A241608 * A110804 A048063 A007927
KEYWORD
nonn
AUTHOR
Labos Elemer, Feb 29 2000
EXTENSIONS
More terms from Olaf Voß, Feb 25 2008
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 23 02:23 EDT 2024. Contains 371906 sequences. (Running on oeis4.)