login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A246930 Prime(12*n). 2
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A000040(A008594(n)). - Wesley Ivan Hurt, Sep 08 2014
MAPLE
A246930:=n->ithprime(12*n): seq(A246930(n), n=1..50); # Wesley Ivan Hurt, Sep 08 2014
MATHEMATICA
Prime[12 Range[50]]
PROG
(Magma) [NthPrime(12*n): n in [1..50]];
(Sage) [nth_prime(12*n) for n in (1..50)] # Bruno Berselli, Sep 08 2014
(PARI) vector(60, i, prime(12*i)) \\ Michel Marcus, Sep 08 2014
CROSSREFS
Cf. similar sequences listed in A246929.
Sequence in context: A330362 A285803 A157043 * A142525 A368850 A132360
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Sep 08 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)