This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A246930 #25 Jun 19 2025 21:29:55 %S A246930 37,89,151,223,281,359,433,503,593,659,743,827,911,997,1069,1163,1249, %T A246930 1321,1439,1511,1601,1693,1783,1877,1987,2069,2143,2267,2347,2423, %U A246930 2543,2657,2713,2801,2903,3011,3119,3221,3323,3413,3527,3607,3697,3797,3907 %N A246930 a(n) = prime(12*n). %H A246930 Jens Kruse Andersen, <a href="/A246930/b246930.txt">Table of n, a(n) for n = 1..10000</a> %F A246930 a(n) = A000040(A008594(n)). - _Wesley Ivan Hurt_, Sep 08 2014 %p A246930 A246930:=n->ithprime(12*n): seq(A246930(n), n=1..50); # _Wesley Ivan Hurt_, Sep 08 2014 %t A246930 Prime[12 Range[50]] %o A246930 (Magma) [NthPrime(12*n): n in [1..50]]; %o A246930 (Sage) [nth_prime(12*n) for n in (1..50)] # _Bruno Berselli_, Sep 08 2014 %o A246930 (PARI) vector(60, i, prime(12*i)) \\ _Michel Marcus_, Sep 08 2014 %Y A246930 Cf. similar sequences listed in A246929. %Y A246930 Cf. A000040, A008594. %K A246930 nonn,easy %O A246930 1,1 %A A246930 _Vincenzo Librandi_, Sep 08 2014