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.

A363980 Tom Greer's arithmetic progression of 27 primes.

Original entry on oeis.org

277699295941594831, 315809464967513821, 353919633993432811, 392029803019351801, 430139972045270791, 468250141071189781, 506360310097108771, 544470479123027761, 582580648148946751, 620690817174865741, 658800986200784731, 696911155226703721, 735021324252622711
Offset: 1

Views

Author

Marco Ripà, Jun 30 2023

Keywords

Comments

At the time of submission (June 2023), this sequence is the arithmetic progression of 27 primes having the largest known initial and final term and it was found by Tom Greer on 26 May 2023 as part of PrimeGrid's AP27, running the program AP26 (this is the second known AP27 to date, see A327760).

Examples

			a(3) = 277699295941594831 + 2*170826477*223092870 is prime.
		

Crossrefs

Programs

  • Mathematica
    A363980[n_]:=277699295941594831 + (n-1)*38110169025918990;
    Array[A363980, 27] (* Paolo Xausa, Jan 30 2024 *)
  • PARI
    vector(27, t, 277699295941594831+170826477*223092870*(t-1))

Formula

a(n+1) = 277699295941594831 + n*170826477*223092870, for n = 0, 1, ..., 26.