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!)
A341632 Primes in A073837. 2
5, 31, 41, 59, 139, 281, 281, 281, 311, 479, 593, 1153, 1153, 1283, 1559, 1559, 2213, 2213, 2213, 3167, 3167, 2963, 2963, 3067, 3067, 3181, 3181, 5153, 6779, 7451, 9463, 9463, 9859, 10061, 10061, 10061, 10061, 10889, 17539, 17539, 17539, 17539, 22229, 22229, 22229, 30869, 30869, 30869, 32717 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Terms can occur more than once, corresponding to repeated values in A341631.
LINKS
FORMULA
a(n) = A073837(A341631(n)).
EXAMPLE
a(3) = A073837(A341631(3)) = A073837(9) = 41.
MAPLE
R:= 5: S:= [2, 3]: s:= 5: q:= 5: count:= 1:
for n from 3 while count < 100 do
if n = S[1]+1 then S:= S[2..-1]; s:= s-n+1 fi;
if q <= 2*n then S:= [op(S), q]; s:= s+q; q:= nextprime(q) fi;
if s mod n = 0 then count:= count+1; R:= R, s fi;
od:
R;
CROSSREFS
Sequence in context: A162173 A027761 A166306 * A287300 A162665 A130474
KEYWORD
nonn
AUTHOR
J. M. Bergot and Robert Israel, Feb 16 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 May 15 02:58 EDT 2024. Contains 372536 sequences. (Running on oeis4.)