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!)
A342606 Primes in A342604. 3
2, 5, 17, 821, 2851, 8291, 12583, 32213, 64567, 193283, 481409, 507979, 2889443, 3026911, 15233891, 24430993, 95635361, 95754697, 221519339, 1147397567, 12921783863, 28711457651, 63521027291, 305580335353, 1449155675287, 3157505489581, 6839699592347, 14717764856273, 67875393766057 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A342604(A342605(n)).
MAPLE
p:= 1: R:= NULL:
for n from 0 to 14 do
for k from 0 to n do
p:= nextprime(p);
R:= R, binomial(n, k)*p
od od:
select(isprime, ListTools:-PartialSums([R]));
CROSSREFS
Sequence in context: A081465 A128000 A161469 * A281312 A182313 A124374
KEYWORD
nonn
AUTHOR
J. M. Bergot and Robert Israel, Mar 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 August 16 12:02 EDT 2024. Contains 375174 sequences. (Running on oeis4.)