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.

A256585 Primes of the form 3n^2 + 39n + 37.

This page as a plain text file.
%I A256585 #21 Apr 16 2025 09:49:06
%S A256585 37,79,127,181,241,307,379,457,541,631,727,829,937,1051,1171,1297,
%T A256585 1429,1567,1861,2017,2179,2347,2521,2887,3079,3691,3907,4129,4357,
%U A256585 4591,4831,5077,5851,6121,6397,6679,6967,7561,7867,8179,8821,9151,9829,10177,10531
%N A256585 Primes of the form 3n^2 + 39n + 37.
%C A256585 Primes of the form 6*m+1 such that 8*m + 121 is a square. - _Bruno Berselli_, Apr 18 2016
%H A256585 Alois P. Heinz, <a href="/A256585/b256585.txt">Table of n, a(n) for n = 1..10000</a>
%H A256585 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/Prime-GeneratingPolynomial.html">Prime-Generating Polynomial</a>
%p A256585 select(isprime, [3*k*(k+13)+37$k=0..100])[];  # _Alois P. Heinz_, Apr 16 2025
%t A256585 Select[(3 #^2 + 39 # + 37) & /@ Range[0, 100], PrimeQ] (* _Robert Price_, Apr 16 2025 *)
%Y A256585 Cf. A271980, A005846, A007635, A007641, A048988, A050265 - A050268.
%K A256585 nonn,less
%O A256585 1,1
%A A256585 _S. J. Vincent_, Apr 02 2015