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.

A093164 Primes of the form 50*R_k + 3, where R_k is the repunit (A002275) of length k.

This page as a plain text file.
%I A093164 #40 Mar 04 2024 18:54:28
%S A093164 3,53,55555553,55555555555555555555555553,
%T A093164 555555555555555555555555555555555555555555555555555555555555555553,
%U A093164 55555555555555555555555555555555555555555555555555555555555555555555555553
%N A093164 Primes of the form 50*R_k + 3, where R_k is the repunit (A002275) of length k.
%C A093164 Primes of the form (5*10^k - 23)/9. - _Vincenzo Librandi_, Nov 16 2010
%C A093164 The next term (a(7)) has 233 digits. - _Harvey P. Dale_, Mar 04 2024
%H A093164 Makoto Kamada, <a href="https://stdkmd.net/nrr/5/55553.htm#prime">Prime numbers of the form 55...553</a>.
%H A093164 <a href="/index/Pri#Pri_rep">Index entries for primes involving repunits</a>
%t A093164 Select[(5(10^Range[74])-23)/9,PrimeQ] (* _Paul F. Marrero Romero_, Oct 20 2023 *)
%t A093164 Select[Table[FromDigits[PadLeft[{3},n,5]],{n,75}],PrimeQ] (* _Harvey P. Dale_, Mar 04 2024 *)
%Y A093164 Cf. A002275, A056685 (corresponding k).
%K A093164 nonn
%O A093164 1,1
%A A093164 _Rick L. Shepherd_, Mar 26 2004