login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A099663
a[n] is the largest prime before A002276[n] repdigits.
0
19, 211, 2221, 22193, 222199, 2222219, 22222199, 222222193, 2222222137, 22222222189, 222222222169, 2222222222197, 22222222222201, 222222222222151, 2222222222222203, 22222222222222153, 222222222222222221
OFFSET
2,1
EXAMPLE
n=2: 19 is before 22.
MATHEMATICA
<<NumberTheory`NumberTheoryFunctions` Table[Table[PreviousPrime[ *2(10^n-1)/9], {n, 2, 35}]
Drop[NextPrime[#, -1]&/@LinearRecurrence[{11, -10}, {0, 2}, 20], 2] (* Harvey P. Dale, Dec 19 2020 *)
KEYWORD
base,nonn
AUTHOR
Labos Elemer, Nov 17 2004
STATUS
approved