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.

A374949 Michael Kwok's arithmetic progression of 27 primes.

Original entry on oeis.org

605185576317848261, 639847242910261121, 674508909502673981, 709170576095086841, 743832242687499701, 778493909279912561, 813155575872325421, 847817242464738281, 882478909057151141, 917140575649564001, 951802242241976861, 986463908834389721, 1021125575426802581
Offset: 1

Views

Author

Marco RipĂ , Jul 24 2024

Keywords

Comments

At the time of submission (July 2024), this sequence is the arithmetic progression of 27 primes having the largest known initial and final term and it was found by Michael Kwok on 10 December 2023 as part of the project PrimeGrid, running the program AP26 (this is the third known AP27 to date, see A327760 and A363980).

Examples

			a(3) = 605185576317848261 + 2*34661666592412860 is prime.
		

Crossrefs

Programs

  • Mathematica
    A374949[n_]:=605185576317848261 + (n-1)* 34661666592412860; Array[A374949, 27]
  • PARI
    vector(27, t, 605185576317848261+155368778*223092870*(t-1))

Formula

a(n+1) = 605185576317848261 + n*34661666592412860, for n = 0, 1, ..., 26.