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.

A099656 a(n) is the least prime following A002276(n) repdigits.

This page as a plain text file.
%I A099656 #14 Jun 05 2025 23:32:33
%S A099656 2,3,23,223,2237,22229,222247,2222239,22222223,222222227,2222222243,
%T A099656 22222222223,222222222301,2222222222243,22222222222229,
%U A099656 222222222222227,2222222222222281,22222222222222301,222222222222222281
%N A099656 a(n) is the least prime following A002276(n) repdigits.
%H A099656 Robert Israel, <a href="/A099656/b099656.txt">Table of n, a(n) for n = 0..999</a>
%e A099656 n=2: 22 is followed by 23.
%p A099656 seq(nextprime(2*(10^i-1)/9), i=0..20); # _Robert Israel_, Aug 25 2017
%t A099656 Table[NextPrime[2*(10^n-1)/9], {n, 0, 35}]
%t A099656 Table[ NextPrime[2*(10^n - 1)/9], {n, 0, 18}] (* _Robert G. Wilson v_, Nov 20 2004 *)
%t A099656 Table[NextPrime[FromDigits[PadRight[{},n,2]]],{n,0,20}] (* _Harvey P. Dale_, Dec 15 2021 *)
%Y A099656 Cf. A003618, A003617, A096497, A096498, A068104, A002275-A002283.
%K A099656 base,nonn
%O A099656 0,1
%A A099656 _Labos Elemer_, Nov 17 2004