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!)
A206462 Primes p such that p + nextprime(p) is a squarefree number (A005117). 3
2, 13, 19, 37, 67, 89, 103, 109, 127, 163, 193, 199, 211, 229, 307, 379, 389, 397, 449, 463, 467, 479, 487, 499, 509, 613, 643, 661, 683, 701, 719, 739, 757, 769, 797, 859, 877, 883, 887, 911, 929, 937, 967, 983, 997, 1009, 1093, 1109, 1163, 1201, 1237, 1279 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) + nextprime(a(n)) = A206329(n).
A008966(A001043(A049084(a(n)))) = 1. [Reinhard Zumkeller, Feb 08 2012]
EXAMPLE
13 + 17 = 30 = A206329(2).
MATHEMATICA
Prime[Select[Range[200], Abs[MoebiusMu[Prime[#] + Prime[# + 1]]] == 1 &]] (* Alonso del Arte, Feb 08 2012 *)
PROG
(Haskell)
a206462 n = a206462_list !! (n-1)
a206462_list = map (a000040 . (+ 1)) $
elemIndices 1 $ map a008966 a001043_list
-- Reinhard Zumkeller, Feb 08 2012
CROSSREFS
Sequence in context: A309663 A347259 A181686 * A339542 A020601 A298051
KEYWORD
nonn
AUTHOR
Zak Seidov, Feb 07 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 April 23 02:23 EDT 2024. Contains 371906 sequences. (Running on oeis4.)