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!)
A031391 a(n) = prime(10*n-3). 1

%I #17 Sep 08 2022 08:44:50

%S 17,59,103,157,211,269,331,389,449,509,587,643,709,773,853,919,991,

%T 1051,1117,1201,1279,1327,1433,1489,1567,1621,1709,1787,1873,1951,

%U 2027,2099,2179,2269,2341,2399,2477,2591,2671,2719,2797,2879,2963

%N a(n) = prime(10*n-3).

%H Ivan Panchenko, <a href="/A031391/b031391.txt">Table of n, a(n) for n = 1..1000</a>

%t Prime[10 #-3]&/@Range[50] (* _Harvey P. Dale_, Jan 14 2011 *)

%o (Magma) [ NthPrime(10*n-3): n in [1..1000] ]; // _Vincenzo Librandi_, Apr 08 2011

%K nonn

%O 1,1

%A _Jeff Burch_

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 16 13:43 EDT 2024. Contains 371720 sequences. (Running on oeis4.)