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!)
A037176 Numbers n such that us(n) = number of primes <= n, where usigma(n) = sum of unitary divisors of n (A034448), us(n) is usigma(n)-n. 0
1, 2, 56, 80, 85, 2527, 2569, 2723, 2807, 7864, 7976, 22941, 113488, 174449, 461403, 1302379, 8513821, 14348051, 70110091, 70111621, 70112369, 249046528 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) us(n) = sumdiv(n, d, if(gcd(d, n/d)==1, d)); f(n)=s=0; for(x=1, n, if(isprime(x), s++)); s; for(n=1, 10^6, if(us(n)-n==f(n), print(n)))
CROSSREFS
Sequence in context: A210932 A278842 A307025 * A045819 A281198 A287988
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(12) from Jason Earls, Sep 06 2001
a(13) - a(15) from Nathaniel Johnston, Apr 29 2011
a(16)-a(22) from Donovan Johnson, Jul 24 2012
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 July 16 04:20 EDT 2024. Contains 374343 sequences. (Running on oeis4.)