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!)
A354542 Primes in A354543. 2
3533, 688277, 6694673, 40577149, 55138957, 86928683, 120233569, 353700679, 363666767, 394746449, 665910173, 697048171, 1472815853, 1526776393, 1817357573, 2179037593, 2395963249, 2548619561, 2627434567, 3047031863, 3273354481, 4524129787, 6073626073, 6586863131, 9320100589, 10836344773 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes in the convolution of the primes == 1 (mod 6) (A002476) and the primes == 5 (mod 6) (A007528).
LINKS
EXAMPLE
a(3) = 6694673 = A354543(74) is prime.
MAPLE
P1:= select(isprime, [seq(i, i=1..30000, 6)]):
P5:= select(isprime, [seq(i, i=5..30000, 6)]):
select(isprime, [seq(add(P1[i]*P5[n-i], i=1..n-1), n=2..min(nops(P1), nops(P5))+1, 2)]);
CROSSREFS
Sequence in context: A035779 A108003 A176139 * A020412 A220985 A252989
KEYWORD
nonn
AUTHOR
J. M. Bergot and Robert Israel, Aug 17 2022
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)