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.

A246932 a(n) = prime(15*n).

This page as a plain text file.
%I A246932 #14 Sep 08 2022 08:46:09
%S A246932 47,113,197,281,379,463,571,659,761,863,977,1069,1187,1291,1427,1511,
%T A246932 1613,1733,1867,1987,2087,2213,2333,2423,2557,2687,2789,2903,3037,
%U A246932 3181,3307,3413,3539,3643,3769,3907,4019,4139,4261,4409,4523,4657,4793,4937
%N A246932 a(n) = prime(15*n).
%H A246932 Jens Kruse Andersen, <a href="/A246932/b246932.txt">Table of n, a(n) for n = 1..10000</a>
%t A246932 Prime[15 Range[50]]
%o A246932 (Magma) [NthPrime(15*n): n in [1..50]];
%o A246932 (PARI) a(n)=prime(15*n) \\ _Edward Jiang_, Sep 08 2014
%Y A246932 Cf. similar sequences listed in A246929.
%K A246932 nonn,easy
%O A246932 1,1
%A A246932 _Vincenzo Librandi_, Sep 08 2014