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!)
A142345 Primes of the form (p(n)+r(n))/3, where p(n) = n-th prime and r(n) = n-th nonprime. 1
3, 23, 29, 37, 41, 47, 61, 67, 83, 103, 113, 149, 157, 167, 193, 269, 277, 281, 331, 347, 439, 521, 569, 593, 677, 733, 823, 827, 877, 911, 1019, 1061, 1097, 1117, 1153, 1217, 1259, 1289, 1381, 1433, 1447, 1489, 1499, 1553, 1607, 1637, 1693, 1699, 1733, 1801 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
If n=3, then (p(3)+r(3))/3 = (5+4)/3 = 3 = a(1).
If n=15, then (p(15)+r(15))/3 = (47+22)/3 = 23 = a(2).
If n=18, then (p(18)+r(18))/3 = (61+26)/3 = 29 = a(3).
If n=22, then (p(22)+r(22))/3 = (79+32)/3 = 37 = a(4).
If n=24, then (p(24)+r(24))/3 = (89+34)/3 = 41 = a(5), etc.
MATHEMATICA
Module[{nn=5000, pr, comp, len}, pr=Prime[Range[PrimePi[nn]]]; comp = Complement[ Range[0, nn], pr]; len = Min[ Length[pr], Length[comp]]; Select[Total[#]/3&/@Thread[ {Take[pr, len], Take[comp, len]}], PrimeQ]] (* Harvey P. Dale, Dec 04 2012 *)
CROSSREFS
Sequence in context: A103361 A136090 A032688 * A371980 A217329 A133023
KEYWORD
nonn
AUTHOR
EXTENSIONS
167 inserted, 347 inserted and extended by R. J. Mathar, Nov 03 2008
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 August 29 12:15 EDT 2024. Contains 375517 sequences. (Running on oeis4.)