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

%I #18 Feb 12 2024 01:51:07

%S 59,139,233,337,439,557,653,769,883,1013,1117,1249,1381,1493,1613,

%T 1747,1879,2017,2141,2287,2399,2551,2689,2801,2953,3089,3253,3373,

%U 3529,3643,3793,3923,4073,4219,4357,4513,4651,4799,4957,5087,5237,5413,5527,5683

%N a(n) = Prime(17*n).

%H Jens Kruse Andersen, <a href="/A129480/b129480.txt">Table of n, a(n) for n = 1..10000</a>

%e The 17th prime is 59.

%p seq(ithprime(17*i),i=1..100); # _Robert Israel_, Sep 08 2014

%t Prime[17*Range[1, 100]] (* _G. C. Greubel_, Feb 12 2024 *)

%o (PARI) cicada(n) = forstep(x=17,n,17,print1(prime2(x)","))

%o (PARI) a(n)=prime(17*n) \\ _Edward Jiang_, Sep 08 2014

%o (Sage) [nth_prime(17*n) for n in (1..50)] # _Bruno Berselli_, May 07 2014

%o (Magma) [NthPrime(17*n): n in [1..100]]; // _G. C. Greubel_, Feb 12 2024

%Y Cf. similar sequences listed in A031336.

%Y Cf. A129484.

%K nonn,easy

%O 1,1

%A _Cino Hilliard_, May 29 2007

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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)