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.

A201260 Primes of the form k^3 + 5.

This page as a plain text file.
%I A201260 #18 Jun 04 2025 13:51:51
%S A201260 5,13,1733,2749,13829,17581,54877,74093,110597,175621,287501,474557,
%T A201260 636061,778693,1124869,1560901,2000381,2628077,3112141,4410949,
%U A201260 6434861,7077893,7301389,7762397,11239429,14172493,18399749,21024581,25934341
%N A201260 Primes of the form k^3 + 5.
%C A201260 Old name was "Primes of the form 8*n^3 + 5".
%H A201260 Vincenzo Librandi, <a href="/A201260/b201260.txt">Table of n, a(n) for n = 1..5000</a>
%t A201260 Select[Table[n^3 + 5, {n, 0, 298}], PrimeQ]
%o A201260 (Magma) [a: k in [0..300] | IsPrime(a) where a is 8*k^3+5];
%Y A201260 Cf. A084381.
%K A201260 nonn,easy
%O A201260 1,1
%A A201260 _Vincenzo Librandi_, Nov 29 2011
%E A201260 Name simplified by _Alex Ratushnyak_, Apr 06 2013