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!)
A031906 a(n) = prime(6*n - 5). 0

%I

%S 2,17,41,67,97,127,157,191,227,257,283,331,367,401,439,467,509,563,

%T 599,631,661,709,751,797,829,877,919,967,1009,1039,1087,1117,1171,

%U 1217,1259,1297,1327,1409,1447,1483,1523,1567,1607,1637,1697,1741

%N a(n) = prime(6*n - 5).

%t a[n_]:=Prime[6*n - 5]; Array[a, 50] (* _Stefano Spezia_, Sep 01 2018 *)

%o (Magma) [ NthPrime(6*n-5): n in [1..1000] ]; // _Vincenzo Librandi_, Apr 10 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 March 21 19:39 EDT 2023. Contains 361410 sequences. (Running on oeis4.)