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.

A167290 Primes containing 888 as a substring.

Original entry on oeis.org

8887, 48883, 48889, 58889, 68881, 78887, 78889, 88801, 88807, 88811, 88813, 88817, 88819, 88843, 88853, 88861, 88867, 88873, 88883, 88897, 98887, 108881, 108883, 108887, 138883, 138889, 158881, 168887, 178889, 188801, 188827, 188831, 188833
Offset: 1

Views

Author

Vincenzo Librandi, Nov 01 2009

Keywords

Crossrefs

Programs

  • Mathematica
    p888Q[n_] := Module[{idn=IntegerDigits[n]}, MemberQ[Partition[idn, 3, 1], {8, 8, 8}]]; Select[Prime[Range[20000]], p888Q] (* Vincenzo Librandi, Sep 15 2013 *)