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.

A178553 Primes with exactly four 4's.

Original entry on oeis.org

44449, 404449, 440441, 440443, 441443, 441449, 442447, 444043, 444047, 444341, 444343, 444347, 444349, 444401, 444403, 444421, 444461, 444463, 444469, 444473, 444487, 444547, 444641, 444649, 444841, 445447, 446441, 446447, 447443, 447449, 449441
Offset: 1

Views

Author

Lekraj Beedassy, May 29 2010

Keywords

Crossrefs

Programs

  • PARI
    isok(p) = isprime(p) && (#select(x->(x==4), digits(p)) == 4); \\ Michel Marcus, Mar 15 2020

Extensions

Missing a(13) = 444349 inserted by Daniel Starodubtsev, Mar 15 2020