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.

Original entry on oeis.org

5, 7, 11, 17, 23, 29, 31, 41, 47, 59, 67, 73, 83, 89, 97, 109, 113, 127, 137, 139, 151, 157, 167, 181, 197, 199, 199, 211, 211, 239, 257, 263, 271, 283, 293, 307, 317, 317, 337, 349, 359, 367, 383, 389, 389, 409, 433, 449, 449, 461, 467, 479, 491, 503, 509, 523
Offset: 1

Views

Author

Reinhard Zumkeller, Jul 28 2004

Keywords

Crossrefs

Programs

  • Mathematica
    NextPrime[ListConvolve[{1,1},Prime[Range[100]]]+1,-1] (* Paolo Xausa, Nov 02 2023 *)

Formula

a(n) = A007917(A001043(n)).