The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A343814 Primes in A343812. 2
3, 41, 109, 419, 353, 421, 599, 1511, 2551, 2659, 3089, 4049, 5233, 5483, 5399, 7001, 8059, 10973, 13967, 13553, 16561, 17827, 27437, 27847, 35251, 35597, 35363, 46187, 46919, 49037, 53939, 57559, 65309, 72101, 80051, 79687, 91703, 101341, 100847, 99989, 121357, 127423, 134039, 185749, 207073 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Terms are in the order in which they occur in A343812.
LINKS
EXAMPLE
a(3) = 109 because A343812(13) = 109 which is prime.
MAPLE
P:= [seq(ithprime(i), i=1..1000)]:
S:= ListTools:-PartialSums(P):
A343812:= [seq(add(S[n] mod P[k], k=1..n), n=1..1000)]:
select(isprime, A343812);
CROSSREFS
Cf. A343812.
Sequence in context: A229080 A289270 A262555 * A106978 A260832 A089131
KEYWORD
nonn
AUTHOR
J. M. Bergot and Robert Israel, Apr 30 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 June 1 14:02 EDT 2024. Contains 373023 sequences. (Running on oeis4.)