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.

A048518 Primes containing only two distinct digits whose sum of digits is 28, the second perfect number.

Original entry on oeis.org

1999, 9199, 338383, 383833, 1181881, 1881181, 1881811, 2222929, 2922229, 8118181, 8188111, 8881111, 9222229, 15551551, 15555151, 15555511, 16166611, 16616161, 33333373, 33733333, 34434343, 44334343, 44343433, 51155551, 51515551, 55155151, 55155511, 55515151
Offset: 1

Views

Author

Patrick De Geest, May 15 1999

Keywords

Comments

Calculated by Robert T. McQuaid (robert.mcquaid(AT)headwaters.com).

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[3100000]],Count[DigitCount[#],0]==8&&Total[ IntegerDigits[ #]]==28&] (* Harvey P. Dale, Jun 11 2016 *)

Extensions

More terms from Naohiro Nomoto, Jul 28 2001
Offset corrected by Sean A. Irvine, Jun 20 2021