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.

A104152 Numbers n such that n77 is prime and n is a multiple of ten.

Original entry on oeis.org

50, 150, 170, 180, 240, 270, 290, 320, 410, 450, 500, 530, 570, 590, 600, 720, 740, 800, 810, 830, 860, 920, 930, 1020, 1070, 1140, 1200, 1230, 1340, 1350, 1370, 1380, 1460, 1490, 1500, 1520, 1530, 1580, 1670, 1710, 1740, 1800, 1850, 1950, 1970, 2060, 2150, 2180, 2210, 2250, 2280, 2300
Offset: 1

Views

Author

Parthasarathy Nambi, Mar 08 2005

Keywords

Crossrefs

Cf. A102611.

Programs

  • Mathematica
    Select[10*Range[250],PrimeQ[100#+77]&] (* Harvey P. Dale, Feb 28 2015 *)