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.

Showing 1-1 of 1 results.

A366205 Average of a twin prime pair which is the sum of the first k primes, for some k.

Original entry on oeis.org

6870, 25800, 38238, 125508, 128112, 220512, 372612, 3245688, 4286748, 15433968, 19659138, 23283852, 23494650, 23579262, 26233368, 32131272, 32380728, 34775988, 41299848, 58705260, 61470132, 63588432, 63873960, 91649652, 92774808, 106956252, 124336212, 159723300
Offset: 1

Views

Author

Paolo Xausa, Oct 04 2023

Keywords

Crossrefs

Intersection of A007504 with A014574.
Cf. A346706, A366094, A366206 (corresponding k values).

Programs

  • Mathematica
    With[{upto=10^4},Select[Accumulate[Prime[Range[upto]]],PrimeQ[#-1]&&PrimeQ[#+1]&]]

Formula

a(n) = A007504(A366206(n)).
Showing 1-1 of 1 results.