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.

A092571 Primes of the form 60*R_k + 1, where R_k is the repunit (A002275) of length k.

This page as a plain text file.
%I A092571 #21 Dec 30 2023 22:49:28
%S A092571 61,661,6661,6666666661,666666666666666661,666666666666666666661,
%T A092571 6666666666666666666661,6666666666666666666666666661,
%U A092571 6666666666666666666666666666666666666666661
%N A092571 Primes of the form 60*R_k + 1, where R_k is the repunit (A002275) of length k.
%C A092571 The number of 6's in each term is given by the corresponding term of A056658.
%C A092571 Primes of the form (6*10^k - 51)/9. - _Vincenzo Librandi_, Nov 17 2010
%H A092571 Makoto Kamada, <a href="https://stdkmd.net/nrr/6/66661.htm#prime">Prime numbers of the form 66...661</a>.
%H A092571 <a href="/index/Pri#Pri_rep">Index entries for primes involving repunits</a>
%t A092571 Select[Table[FromDigits[PadLeft[{1},n,6]],{n,2,50}],PrimeQ] (* _Harvey P. Dale_, Sep 21 2023 *)
%Y A092571 Cf. A002275, A056658 (corresponding k).
%K A092571 nonn
%O A092571 1,1
%A A092571 _Rick L. Shepherd_, Feb 28 2004