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.

A246930 a(n) = prime(12*n).

Original entry on oeis.org

37, 89, 151, 223, 281, 359, 433, 503, 593, 659, 743, 827, 911, 997, 1069, 1163, 1249, 1321, 1439, 1511, 1601, 1693, 1783, 1877, 1987, 2069, 2143, 2267, 2347, 2423, 2543, 2657, 2713, 2801, 2903, 3011, 3119, 3221, 3323, 3413, 3527, 3607, 3697, 3797, 3907
Offset: 1

Views

Author

Vincenzo Librandi, Sep 08 2014

Keywords

Crossrefs

Cf. similar sequences listed in A246929.

Programs

  • Magma
    [NthPrime(12*n): n in [1..50]];
    
  • Maple
    A246930:=n->ithprime(12*n): seq(A246930(n), n=1..50); # Wesley Ivan Hurt, Sep 08 2014
  • Mathematica
    Prime[12 Range[50]]
  • PARI
    vector(60, i, prime(12*i)) \\ Michel Marcus, Sep 08 2014
  • Sage
    [nth_prime(12*n) for n in (1..50)] # Bruno Berselli, Sep 08 2014
    

Formula

a(n) = A000040(A008594(n)). - Wesley Ivan Hurt, Sep 08 2014