login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063015 Numbers n such that n + mu(n) 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; internal format)
OFFSET

1,2

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

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)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 15 2009]

CROSSREFS

Cf. A063452.

Sequence in context: A068804 A117834 A005522 * A091616 A117224 A173957

Adjacent sequences:  A063012 A063013 A063014 * A063016 A063017 A063018

KEYWORD

nonn

AUTHOR

Dean Hickerson (dean.hickerson(AT)yahoo.com), Jul 27 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 19:48 EST 2012. Contains 205955 sequences.