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.

A129480 a(n) = Prime(17*n).

This page as a plain text file.
%I A129480 #18 Feb 12 2024 01:51:07
%S A129480 59,139,233,337,439,557,653,769,883,1013,1117,1249,1381,1493,1613,
%T A129480 1747,1879,2017,2141,2287,2399,2551,2689,2801,2953,3089,3253,3373,
%U A129480 3529,3643,3793,3923,4073,4219,4357,4513,4651,4799,4957,5087,5237,5413,5527,5683
%N A129480 a(n) = Prime(17*n).
%H A129480 Jens Kruse Andersen, <a href="/A129480/b129480.txt">Table of n, a(n) for n = 1..10000</a>
%e A129480 The 17th prime is 59.
%p A129480 seq(ithprime(17*i),i=1..100); # _Robert Israel_, Sep 08 2014
%t A129480 Prime[17*Range[1, 100]] (* _G. C. Greubel_, Feb 12 2024 *)
%o A129480 (PARI) cicada(n) = forstep(x=17,n,17,print1(prime2(x)","))
%o A129480 (PARI) a(n)=prime(17*n) \\ _Edward Jiang_, Sep 08 2014
%o A129480 (Sage) [nth_prime(17*n) for n in (1..50)] # _Bruno Berselli_, May 07 2014
%o A129480 (Magma) [NthPrime(17*n): n in [1..100]]; // _G. C. Greubel_, Feb 12 2024
%Y A129480 Cf. similar sequences listed in A031336.
%Y A129480 Cf. A129484.
%K A129480 nonn,easy
%O A129480 1,1
%A A129480 _Cino Hilliard_, May 29 2007