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.

A096215 Greatest primes not greater than the sum of two succeeding primes.

This page as a plain text file.
%I A096215 #12 Nov 02 2023 14:18:39
%S A096215 5,7,11,17,23,29,31,41,47,59,67,73,83,89,97,109,113,127,137,139,151,
%T A096215 157,167,181,197,199,199,211,211,239,257,263,271,283,293,307,317,317,
%U A096215 337,349,359,367,383,389,389,409,433,449,449,461,467,479,491,503,509,523
%N A096215 Greatest primes not greater than the sum of two succeeding primes.
%H A096215 Paolo Xausa, <a href="/A096215/b096215.txt">Table of n, a(n) for n = 1..10000</a>
%F A096215 a(n) = A007917(A001043(n)).
%t A096215 NextPrime[ListConvolve[{1,1},Prime[Range[100]]]+1,-1] (* _Paolo Xausa_, Nov 02 2023 *)
%Y A096215 Cf. A001043, A007917.
%K A096215 nonn
%O A096215 1,1
%A A096215 _Reinhard Zumkeller_, Jul 28 2004