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.

A182359 Primes of the form 5^n + n^4.

This page as a plain text file.
%I A182359 #9 Dec 25 2018 14:54:08
%S A182359 41,881,16921,394721,59604644775722401,37252902984619755281,
%T A182359 14551915228366851808320241,55511151231257827021181583404549518681,
%U A182359 20194839173657902218540251271239327479634084738790988922190779921
%N A182359 Primes of the form 5^n + n^4.
%C A182359 The next term has 108 digits. - _Harvey P. Dale_, Dec 25 2018
%t A182359 Select[Table[5^n+n^4,{n,100}],PrimeQ] (* _Harvey P. Dale_, Dec 25 2018 *)
%Y A182359 Cf. A075901, A075983, A182329.
%K A182359 nonn
%O A182359 1,1
%A A182359 _Alex Ratushnyak_, Apr 26 2012
%E A182359 More terms from _Harvey P. Dale_, Dec 25 2018