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!)
A075431 Primes of the form n+mu(n), where mu is the Moebius function (A008683). 1
2, 7, 11, 23, 29, 41, 47, 59, 83, 101, 107, 109, 113, 137, 167, 173, 179, 181, 211, 227, 229, 257, 263, 281, 317, 331, 347, 353, 359, 373, 383, 401, 409, 433, 463, 467, 479, 503, 547, 563, 571, 587, 601, 617, 641, 653, 677, 691, 709, 719, 761, 821, 829, 839, 853 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Subsequence of A075430.
LINKS
PROG
(PARI) isok(p)={isprime(p) && (moebius(p+1) == -1 || moebius(p-1) == 1)} \\ Andrew Howroyd, Apr 20 2021
CROSSREFS
Sequence in context: A294114 A144707 A045373 * A184799 A045374 A168032
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Sep 15 2002
EXTENSIONS
Terms a(41) and beyond from Andrew Howroyd, Apr 20 2021
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 06:58 EDT 2024. Contains 371906 sequences. (Running on oeis4.)