OFFSET
1,1
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).
LINKS
PrimeGrid forum, Message 167007 (World's Third AP27!!!).
FORMULA
a(n+1) = 605185576317848261 + n*34661666592412860, for n = 0, 1, ..., 26.
EXAMPLE
a(3) = 605185576317848261 + 2*34661666592412860 is prime.
PROG
(PARI) vector(27, t, 605185576317848261+155368778*223092870*(t-1))
CROSSREFS
KEYWORD
nonn,fini,full,easy
AUTHOR
Marco Ripà, Jul 24 2024
STATUS
approved