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.

A246933 a(n) = prime(16*n).

This page as a plain text file.
%I A246933 #14 Sep 08 2022 08:46:09
%S A246933 53,131,223,311,409,503,613,719,827,941,1049,1163,1283,1423,1511,1619,
%T A246933 1747,1877,2003,2129,2267,2377,2503,2657,2741,2861,3011,3167,3301,
%U A246933 3413,3541,3671,3797,3923,4057,4211,4337,4481,4621,4751,4909,5011,5167,5309,5443
%N A246933 a(n) = prime(16*n).
%H A246933 Jens Kruse Andersen, <a href="/A246933/b246933.txt">Table of n, a(n) for n = 1..10000</a>
%t A246933 Prime[16 Range[50]]
%o A246933 (Magma) [NthPrime(16*n): n in [1..50]];
%o A246933 (PARI) a(n)=prime(16*n) \\ _Edward Jiang_, Sep 08 2014
%Y A246933 Cf. similar sequences listed in A246929.
%K A246933 nonn,easy
%O A246933 1,1
%A A246933 _Vincenzo Librandi_, Sep 08 2014