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.

A317255 a(n) = 149836681069944461 + (n-1)*1723457117682300.

This page as a plain text file.
%I A317255 #10 Feb 16 2025 08:33:56
%S A317255 149836681069944461,151560138187626761,153283595305309061,
%T A317255 155007052422991361,156730509540673661,158453966658355961,
%U A317255 160177423776038261,161900880893720561,163624338011402861,165347795129085161,167071252246767461,168794709364449761,170518166482132061
%N A317255 a(n) = 149836681069944461 + (n-1)*1723457117682300.
%C A317255 The terms for n = 1..26 are prime. As of Jul 25 2018, this is one of the longest known sequences of primes in arithmetic progression.
%H A317255 Jens Kruse Andersen, <a href="http://primerecords.dk/aprecords.htm#ap24">All known AP24 to AP26</a>.
%H A317255 B. Green and T. Tao, <a href="http://arxiv.org/abs/math.NT/0404188">The primes contain arbitrarily long arithmetic progressions</a>, Annals of Math. 167 (2008), 481-547.
%H A317255 PrimeGrid, <a href="http://www.primegrid.com/download/AP26.pdf">AP26 Search</a>.
%H A317255 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/PrimeArithmeticProgression.html">Prime Arithmetic Progression</a>.
%H A317255 Wikipedia, <a href="http://en.wikipedia.org/wiki/Primes_in_arithmetic_progression">Primes in arithmetic progression</a>.
%e A317255 a(26) = 149836681069944461 + 25*7725290*223092870 = 192923109012001961 is prime.
%p A317255 seq(149836681069944461+(n-1)*1723457117682300,n=1..25);
%t A317255 Table[149836681069944461 + (n - 1) 1723457117682300, {n, 1, 25}]
%o A317255 (GAP) List([1..25], n->149836681069944461+(n-1)*1723457117682300);
%Y A317255 Cf. A002120, A204189, A260751, A261140, A317163, A317164.
%K A317255 nonn,easy
%O A317255 1,1
%A A317255 _Marco RipĂ _, Jul 25 2018