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!)
A031392 a(n) = prime(5*n-4). 1
2, 13, 31, 53, 73, 101, 127, 151, 179, 199, 233, 263, 283, 317, 353, 383, 419, 443, 467, 503, 547, 577, 607, 641, 661, 701, 739, 769, 811, 839, 877, 911, 947, 983, 1019, 1049, 1087, 1109, 1153, 1193, 1229, 1277, 1297, 1321, 1381, 1429, 1453 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A000040(5n-4). - Wesley Ivan Hurt, Mar 10 2014
MAPLE
A031392:=n->ithprime(5*n-4); seq(A031392(n), n=1..50); # Wesley Ivan Hurt, Mar 10 2014
MATHEMATICA
Prime[5*Range[50]-4] (* Harvey P. Dale, Feb 21 2014 *)
PROG
(Magma) [ NthPrime(5*n-4): n in [1..1000] ]; // Vincenzo Librandi, Apr 11 2011
CROSSREFS
Sequence in context: A359125 A001914 A254447 * A156980 A158720 A108659
KEYWORD
nonn
AUTHOR
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 11:40 EDT 2024. Contains 371936 sequences. (Running on oeis4.)