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.

A347537 a(n) is the smallest prime p such that the polynomial k^4 + k^3 + k^2 + k + p yields primes for k = 0..n-1, but not for k = n.

This page as a plain text file.
%I A347537 #22 Sep 11 2021 21:26:38
%S A347537 2,3,13,37,109,7,1093,457,43,430879,130901527,1838420599,48181700197
%N A347537 a(n) is the smallest prime p such that the polynomial k^4 + k^3 + k^2 + k + p yields primes for k = 0..n-1, but not for k = n.
%e A347537 At k=0, k^4 + k^3 + k^2 + k + p is, of course, prime for every prime p.
%e A347537 a(1)=2 because 2 is the smallest prime p such that 1^4 + 1^3 + 1^2 + 1 + p = 4 + p is not prime: 4 + 2 = 6 = 2*3.
%e A347537 a(2)=3 because 3 is the smallest prime p such that k^4 + k^3 + k^2 + k + p is prime for k=1 but not for k=2, i.e., such that 4 + p is prime but 2^4 + 2^3 + 2^2 + 2 + p = 30 + p is not prime: 4 + 3 = 7 is prime but 30 + 3 = 33 = 3*11.
%e A347537 a(6)=7 because 7 is the smallest prime p such that k^4 + k^3 + k^2 + k + p is prime for k = 1..5, but not for k = 6: 4 + 7 = 11, 30 + 7 = 37, 120 + 7 = 127, 340 + 7 = 347, and 780 + 7 = 787, but 1554 + 7 = 1561 = 7*223.
%Y A347537 Cf. A247949, A247966, A248206, A253915.
%K A347537 nonn,more
%O A347537 1,1
%A A347537 _Jon E. Schoenfield_, Sep 11 2021
%E A347537 a(13) from _Jinyuan Wang_, Sep 11 2021