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!)
A335752 The lexicographically earliest sequence of primes, each two of which sum to a triprime (A014612). 0
3, 5, 47, 239, 3023, 27983, 53231, 118343, 198959, 452831, 580871, 9364871, 26386463, 67876751, 662675543, 2952903983, 22614861263 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3 + 5 = 8 = 2*2*2, 3 + 47 = 50 = 2*5*5, 5 + 47 = 52 = 2*2*13.
MATHEMATICA
ps = {3}; Do[p = NextPrime[ps[[-1]]]; While[! AllTrue[ps + p, PrimeOmega[#] == 3 &], p = NextPrime[p]]; AppendTo[ps, p], {10}]; ps (* Amiram Eldar, Jul 22 2020 *)
CROSSREFS
Sequence in context: A352088 A307632 A227743 * A343768 A235356 A347593
KEYWORD
nonn,more
AUTHOR
Zak Seidov, Jul 19 2020
EXTENSIONS
a(17) from Amiram Eldar, Jul 22 2020
Name edited by Jon E. Schoenfield, Oct 04 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 16 13:43 EDT 2024. Contains 371720 sequences. (Running on oeis4.)