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!)
A129480 a(n) = Prime(17*n). 2
59, 139, 233, 337, 439, 557, 653, 769, 883, 1013, 1117, 1249, 1381, 1493, 1613, 1747, 1879, 2017, 2141, 2287, 2399, 2551, 2689, 2801, 2953, 3089, 3253, 3373, 3529, 3643, 3793, 3923, 4073, 4219, 4357, 4513, 4651, 4799, 4957, 5087, 5237, 5413, 5527, 5683 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
The 17th prime is 59.
MAPLE
seq(ithprime(17*i), i=1..100); # Robert Israel, Sep 08 2014
MATHEMATICA
Prime[17*Range[1, 100]] (* G. C. Greubel, Feb 12 2024 *)
PROG
(PARI) cicada(n) = forstep(x=17, n, 17, print1(prime2(x)", "))
(PARI) a(n)=prime(17*n) \\ Edward Jiang, Sep 08 2014
(Sage) [nth_prime(17*n) for n in (1..50)] # Bruno Berselli, May 07 2014
(Magma) [NthPrime(17*n): n in [1..100]]; // G. C. Greubel, Feb 12 2024
CROSSREFS
Cf. similar sequences listed in A031336.
Cf. A129484.
Sequence in context: A039537 A220463 A142171 * A044310 A044691 A156796
KEYWORD
nonn,easy
AUTHOR
Cino Hilliard, May 29 2007
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 25 13:23 EDT 2024. Contains 371970 sequences. (Running on oeis4.)