cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A342606 Primes in A342604.

This page as a plain text file.
%I A342606 #11 Mar 17 2021 13:25:13
%S A342606 2,5,17,821,2851,8291,12583,32213,64567,193283,481409,507979,2889443,
%T A342606 3026911,15233891,24430993,95635361,95754697,221519339,1147397567,
%U A342606 12921783863,28711457651,63521027291,305580335353,1449155675287,3157505489581,6839699592347,14717764856273,67875393766057
%N A342606 Primes in A342604.
%H A342606 Robert Israel, <a href="/A342606/b342606.txt">Table of n, a(n) for n = 1..741</a>
%F A342606 a(n) = A342604(A342605(n)).
%p A342606 p:= 1: R:= NULL:
%p A342606 for n from 0 to 14 do
%p A342606   for k from 0 to n do
%p A342606     p:= nextprime(p);
%p A342606     R:= R, binomial(n, k)*p
%p A342606 od od:
%p A342606 select(isprime,ListTools:-PartialSums([R]));
%Y A342606 Cf. A342604, A342605.
%K A342606 nonn
%O A342606 1,1
%A A342606 _J. M. Bergot_ and _Robert Israel_, Mar 16 2021