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!)
A246930 Prime(12*n). 2

%I #23 Sep 08 2022 08:46:09

%S 37,89,151,223,281,359,433,503,593,659,743,827,911,997,1069,1163,1249,

%T 1321,1439,1511,1601,1693,1783,1877,1987,2069,2143,2267,2347,2423,

%U 2543,2657,2713,2801,2903,3011,3119,3221,3323,3413,3527,3607,3697,3797,3907

%N Prime(12*n).

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

%F a(n) = A000040(A008594(n)). - _Wesley Ivan Hurt_, Sep 08 2014

%p A246930:=n->ithprime(12*n): seq(A246930(n), n=1..50); # _Wesley Ivan Hurt_, Sep 08 2014

%t Prime[12 Range[50]]

%o (Magma) [NthPrime(12*n): n in [1..50]];

%o (Sage) [nth_prime(12*n) for n in (1..50)] # _Bruno Berselli_, Sep 08 2014

%o (PARI) vector(60, i, prime(12*i)) \\ _Michel Marcus_, Sep 08 2014

%Y Cf. similar sequences listed in A246929.

%Y Cf. A000040, A008594.

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Sep 08 2014

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 September 1 12:34 EDT 2024. Contains 375591 sequences. (Running on oeis4.)