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!)
A031912 a(n) = prime(8*n - 6). 4

%I #21 Feb 18 2024 04:59:25

%S 3,29,61,101,139,181,229,271,317,373,421,463,521,577,619,673,733,787,

%T 839,887,953,1013,1061,1109,1181,1231,1291,1361,1429,1481,1531,1583,

%U 1627,1699,1759,1831,1889,1973,2017,2083,2137,2213,2273,2339

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

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

%t Prime[8*Range[50]-6] (* _Harvey P. Dale_, Oct 16 2020 *)

%o (Magma) [ NthPrime(8*n-6): n in [1..1000] ]; // _Vincenzo Librandi_, Apr 09 2011

%o (SageMath) [nth_prime(8*n-6) for n in range(1,61)] # _G. C. Greubel_, Feb 18 2024

%Y Cf. A000040, A031911, A031913, A031914.

%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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)