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.

A246933 a(n) = prime(16*n).

Original entry on oeis.org

53, 131, 223, 311, 409, 503, 613, 719, 827, 941, 1049, 1163, 1283, 1423, 1511, 1619, 1747, 1877, 2003, 2129, 2267, 2377, 2503, 2657, 2741, 2861, 3011, 3167, 3301, 3413, 3541, 3671, 3797, 3923, 4057, 4211, 4337, 4481, 4621, 4751, 4909, 5011, 5167, 5309, 5443
Offset: 1

Views

Author

Vincenzo Librandi, Sep 08 2014

Keywords

Crossrefs

Cf. similar sequences listed in A246929.

Programs

  • Magma
    [NthPrime(16*n): n in [1..50]];
    
  • Mathematica
    Prime[16 Range[50]]
  • PARI
    a(n)=prime(16*n) \\ Edward Jiang, Sep 08 2014