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.

A099661 a(n) is the least prime following A002281(n) repdigits.

Original entry on oeis.org

2, 11, 79, 787, 7789, 77783, 777781, 7777801, 77777803, 777777799, 7777777781, 77777777827, 777777777841, 7777777777859, 77777777777837, 777777777777787, 7777777777777867, 77777777777777797, 777777777777777817
Offset: 0

Views

Author

Labos Elemer, Nov 17 2004

Keywords

Examples

			n=6: 77 is followed by 79.
		

Crossrefs

Programs

  • Mathematica
    Table[NextPrime[7*(10^n-1)/9], {n, 0, 35}]
    NextPrime/@LinearRecurrence[{11,-10},{0,7},35] (* Harvey P. Dale, Dec 12 2021 *)