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.

A215438 Primes of form 5^k + k^5 + 1.

This page as a plain text file.
%I A215438 #10 Sep 08 2022 08:46:03
%S A215438 2,7,94933,48989177,2910383045673370413850001
%N A215438 Primes of form 5^k + k^5 + 1.
%H A215438 Vincenzo Librandi, <a href="/A215438/b215438.txt">Table of n, a(n) for n = 1..6</a>
%t A215438 Select[Table[5^n + n^5 + 1, {n, 0, 200}], PrimeQ ]
%o A215438 (Magma) [ a: n in [0..100] | IsPrime(a) where a is 5^n + n^5 + 1 ]
%Y A215438 Cf. A215442.
%K A215438 nonn
%O A215438 1,1
%A A215438 _Vincenzo Librandi_, Sep 03 2012