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.

A106772 Primes with digit sum = 38.

Original entry on oeis.org

39989, 48989, 56999, 57899, 58889, 58979, 58997, 59699, 59879, 67979, 68699, 68879, 68897, 69779, 69959, 75989, 77699, 77969, 78779, 78797, 78887, 78977, 79589, 79697, 79769, 79967, 85889, 86969, 87797, 87869, 87887, 87959, 87977
Offset: 1

Views

Author

Zak Seidov, May 16 2005

Keywords

Crossrefs

Cf. similar sequences listed in A244918.

Programs

  • Magma
    [p: p in PrimesUpTo(90000) | &+Intseq(p) eq 38]; // Vincenzo Librandi, Jul 09 2014
  • Mathematica
    Select[Prime[Range[150000]], Total[IntegerDigits[#]]==38 &] (* Vincenzo Librandi, Jul 09 2014 *)