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.

A099657 a(n) is the least prime following A002277(n) repdigits.

This page as a plain text file.
%I A099657 #7 Jun 05 2025 23:32:30
%S A099657 2,5,37,337,3343,33343,333337,3333373,33333347,333333349,3333333403,
%T A099657 33333333343,333333333367,3333333333347,33333333333437,
%U A099657 333333333333389,3333333333333343,33333333333333391,333333333333333391
%N A099657 a(n) is the least prime following A002277(n) repdigits.
%e A099657 n=3: 33 is followed by 37.
%t A099657 Table[NextPrime[3*(10^n-1)/9], {n, 0, 35}]
%Y A099657 Cf. A003618, A003617, A096497, A096498, A068104, A002275-A002283, A099656-A099668.
%K A099657 base,nonn
%O A099657 0,1
%A A099657 _Labos Elemer_, Nov 17 2004