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.

A031338 a(n) = prime(5*n).

Original entry on oeis.org

11, 29, 47, 71, 97, 113, 149, 173, 197, 229, 257, 281, 313, 349, 379, 409, 439, 463, 499, 541, 571, 601, 631, 659, 691, 733, 761, 809, 829, 863, 907, 941, 977, 1013, 1039, 1069, 1103, 1151, 1187, 1223, 1259, 1291, 1319, 1373, 1427, 1451, 1483, 1511, 1553, 1583
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A000040, similar sequences listed in A031336.

Programs

  • Magma
    [NthPrime(5*n): n in [1..50]]; // Vincenzo Librandi, Apr 10 2011
    
  • Maple
    seq(ithprime(5*n), n=1..52);
  • PARI
    a(n)=prime(5*n) \\ Edward Jiang, Sep 08 2014
  • Sage
    [nth_prime(5*n) for n in (1..50)] # Bruno Berselli, May 07 2014
    

Formula

a(n) = A000040(5n).