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.

A031914 a(n) = prime(10*n - 6).

This page as a plain text file.
%I A031914 #21 Feb 18 2024 02:07:30
%S A031914 7,43,89,139,193,251,311,373,433,491,569,619,683,757,827,887,971,1033,
%T A031914 1097,1181,1249,1307,1423,1481,1549,1609,1693,1759,1861,1931,2003,
%U A031914 2083,2143,2243,2311,2383,2459,2551,2657,2707,2777,2851,2939
%N A031914 a(n) = prime(10*n - 6).
%H A031914 Ivan Panchenko, <a href="/A031914/b031914.txt">Table of n, a(n) for n = 1..1000</a>
%F A031914 a(n) = A000040(A017317(n-1)). - _G. C. Greubel_, Feb 18 2024
%t A031914 Prime[10Range[50]-6] (* _Harvey P. Dale_, May 08 2011 *)
%o A031914 (Magma) [ NthPrime(10*n-6): n in [1..1000] ]; // _Vincenzo Librandi_, Apr 08 2011
%o A031914 (SageMath) [nth_prime(10*n-6) for n in range(1,61)] # _G. C. Greubel_, Feb 18 2024
%Y A031914 Cf. A000040, A017317, A031911, A031912, A031913.
%K A031914 nonn
%O A031914 1,1
%A A031914 _Jeff Burch_