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.

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

This page as a plain text file.
%I A093163 #21 Dec 19 2022 14:19:32
%S A093163 3,43,443,444443,444444443,444444444443,
%T A093163 444444444444444444444444444443,44444444444444444444444444444443
%N A093163 Primes of the form 40*R_k + 3, where R_k is the repunit (A002275) of length k.
%C A093163 Primes of the form (4*10^k - 13)/9; the next term a(9) is a 183-digit number. - _Vincenzo Librandi_, Nov 16 2010
%H A093163 Makoto Kamada, <a href="https://stdkmd.net/nrr/4/44443.htm#prime">Prime numbers of the form 44...443</a>.
%H A093163 <a href="/index/Pri#Pri_rep">Index entries for primes involving repunits</a>
%t A093163 f[n_] := (4*10^n-13)/9; Select[f[Range[50]], PrimeQ] (* _Amiram Eldar_, Nov 23 2018 *)
%t A093163 Select[Table[FromDigits[PadLeft[{3},n,4]],{n,40}],PrimeQ] (* _Harvey P. Dale_, Dec 19 2022 *)
%Y A093163 Cf. A056661 (corresponding k), A173770.
%K A093163 nonn
%O A093163 1,1
%A A093163 _Rick L. Shepherd_, Mar 26 2004