cp's OEIS Frontend

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.

A246929 a(n) = prime(11*n).

This page as a plain text file.
%I A246929 #19 Feb 07 2025 12:42:20
%S A246929 31,79,137,193,257,317,389,457,523,601,661,743,823,887,977,1049,1117,
%T A246929 1213,1289,1373,1453,1531,1607,1693,1777,1871,1951,2029,2113,2213,
%U A246929 2293,2377,2447,2551,2659,2713,2797,2887,2971,3079,3187,3271,3359,3461,3539
%N A246929 a(n) = prime(11*n).
%H A246929 Jens Kruse Andersen, <a href="/A246929/b246929.txt">Table of n, a(n) for n = 1..10000</a>
%t A246929 Prime[11 Range[50]]
%o A246929 (Magma) [NthPrime(11*n): n in [1..50]];
%o A246929 (Sage) [nth_prime(11*n) for n in (1..50)] # _Bruno Berselli_, Sep 08 2014
%o A246929 (PARI) a(n)=prime(11*n) \\ _Edward Jiang_, Sep 08 2014
%Y A246929 Cf. sequences of the type prime(k*n): A000040 (k=1), A031215 (k=2), A031336 - A031343 (k=3..10), this sequence (k=11), A246930 (k=12), A126588 (k=13), A246931 (k=14), A246932 (k=15), A246933 (k=16), A129480 (k=17), A031921 (k=100), A031922 (k=1000).
%K A246929 nonn,easy
%O A246929 1,1
%A A246929 _Vincenzo Librandi_, Sep 08 2014