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!)
A063015 Numbers k such that k + mu(k) is prime. 4
1, 3, 6, 10, 22, 30, 42, 46, 58, 82, 102, 106, 110, 114, 138, 166, 174, 178, 182, 210, 226, 230, 258, 262, 282, 318, 330, 346, 354, 358, 374, 382, 402, 410, 434, 462, 466, 478, 502, 546, 562, 570, 586, 602, 618, 642, 654, 678, 690, 710, 718, 762, 822, 830 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[ Range[ 1, 830 ], PrimeQ[ #+MoebiusMu[ # ] ]& ]
PROG
(PARI) { n=0; for (m=1, 10^9, if (isprime(m + moebius(m)), write("b063015.txt", n++, " ", m); if (n==1000, break)) ) } \\ Harry J. Smith, Aug 15 2009
(Magma) [n: n in [1..900] |IsPrime(n + MoebiusMu(n))]; // Vincenzo Librandi, Jun 28 2018
CROSSREFS
Cf. A063452.
Sequence in context: A317857 A346733 A220827 * A362909 A282515 A284202
KEYWORD
nonn,easy
AUTHOR
Dean Hickerson, Jul 27 2001
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 March 29 10:44 EDT 2024. Contains 371268 sequences. (Running on oeis4.)