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.

A056804 Numbers k such that 7*10^k + 1 is prime.

This page as a plain text file.
%I A056804 #56 Mar 26 2024 05:32:12
%S A056804 1,2,3,4,5,8,9,45,136,142,158,243,923,1235,2196,4650,6119,7324,9543,
%T A056804 13494,20310,20360,232920,830865,902708,1454508
%N A056804 Numbers k such that 7*10^k + 1 is prime.
%C A056804 7*10^902708+1 was the 84th-largest known prime in the world as of Jun 28 2013. Also largest known "base-10" form for a prime number. There are no other values of k in this sequence between 232920 and 902708 that yield a prime. - _Edward A. Trice_, Jul 03 2013
%C A056804 Apparently _Edward A. Trice_ found another term in the gap mentioned above in May 2014. - _Ray Chandler_, Apr 29 2015
%H A056804 Makoto Kamada, <a href="https://stdkmd.net/nrr/7/70001.htm#prime">Prime numbers of the form 700...001</a>.
%H A056804 René-Louis Clerc, <a href="https://ut3-toulouseinp.hal.science/hal-04507547">Nombres S+P, maxSP, minSP et |P-S|</a>, hal-04507547 [math.nt], 2024. (In French)
%H A056804 Sabin Tabirca and Kieran Reynolds, <a href="https://web.archive.org/web/20150911144104/http://multimedia.ucc.ie/Staff/ST/articles/SNJ03_Tabirca1.ps">Lacunary Prime Numbers</a>.
%H A056804 <a href="/index/Pri#Pri_rep">Index entries for primes involving repunits</a>.
%F A056804 a(n) = A101128(n) + 1.
%t A056804 Do[ If[ PrimeQ[ 7*10^n + 1], Print[ n ]], {n, 0, 10000}]
%o A056804 (PARI) is(n)=ispseudoprime(7*10^n+1) \\ _Charles R Greathouse IV_, Feb 20 2017
%Y A056804 Cf. A101128.
%K A056804 more,nonn
%O A056804 1,2
%A A056804 _Robert G. Wilson v_, Aug 22 2000
%E A056804 a(15)-a(20) from _Robert G. Wilson v_, Jan 19 2005
%E A056804 a(21)-a(22) from Kamada data by _Robert Price_, Dec 14 2010
%E A056804 a(23) from _Edward A. Trice_, Jan 11 2013
%E A056804 a(25) (thought to be a(24) at the time) from _Edward A. Trice_, Jun 28 2013
%E A056804 a(24) from _Edward A. Trice_, inserted by _Robert G. Wilson v_, May 15 2014
%E A056804 a(26) from _Edward A. Trice_, Mar 13 2024