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.

A093674 Primes of the form 5*10^k + 3*R_k, where R_k is the repunit (A002275) of length k.

This page as a plain text file.
%I A093674 #25 Sep 08 2022 08:45:13
%S A093674 5,53,5333,53333333333333,53333333333333333333333333,
%T A093674 53333333333333333333333333333333333333333333333333
%N A093674 Primes of the form 5*10^k + 3*R_k, where R_k is the repunit (A002275) of length k.
%H A093674 Vincenzo Librandi, <a href="/A093674/b093674.txt">Table of n, a(n) for n = 1..8</a>
%H A093674 Makoto Kamada, <a href="https://stdkmd.net/nrr/5/53333.htm#prime">Prime numbers of the form 533...33</a>.
%H A093674 <a href="/index/Pri#Pri_rep">Index entries for primes involving repunits</a>
%t A093674 Select[Table[FromDigits[PadRight[{5},n,3]],{n,200}],PrimeQ] (* _Harvey P. Dale_, Jan 14 2012 *)
%o A093674 (Magma) [a: n in [0..200] | IsPrime(a) where a is (16*10^n-1) div 3 ]; // _Vincenzo Librandi_, Apr 07 2019
%Y A093674 Cf. A002275, A056714 (corresponding k).
%K A093674 nonn
%O A093674 1,1
%A A093674 _Rick L. Shepherd_, Apr 08 2004