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!)
A343532 Primes in A343531. 1
2, 7, 31, 83, 307, 503, 919, 1483, 5059, 9439, 10139, 13159, 15647, 17431, 21491, 23671, 30911, 33599, 47459, 49199, 52627, 58199, 62327, 79379, 81551, 90971, 98443, 109171, 114643, 123439, 162007, 168863, 172331, 175811, 278767, 298303, 303011, 322951, 376399, 387631, 393007, 571531, 592531 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(3) = 31 = A343531(4) and is prime, so it is in the sequence.
MAPLE
P:= [seq(ithprime(i), i=1..1001)]:
G:= P[2..-1]-P[1..-2]:
A:= [seq(add(P[i]*G[n+1-i], i=1..n), n=1..1000)]:
select(isprime, A);
MATHEMATICA
Select[Table[Sum[(Prime[i+1]-Prime[i])Prime[n+1-i], {i, n}], {n, 300}], PrimeQ] (* Harvey P. Dale, Feb 13 2023 *)
CROSSREFS
Cf. A343531.
Sequence in context: A213721 A102162 A059846 * A034698 A115605 A289719
KEYWORD
nonn
AUTHOR
J. M. Bergot and Robert Israel, Apr 18 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 July 13 20:28 EDT 2024. Contains 374288 sequences. (Running on oeis4.)