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.

A097202 Numbers of the form 5^p - p^5 for p prime.

This page as a plain text file.
%I A097202 #5 May 12 2024 03:46:20
%S A097202 -7,-118,0,61318,48667074,1220331832,762938033268,19073483852026,
%T A097202 11920928948641782,186264514923075191976,4656612873077363948974,
%U A097202 72759576141834258963859168,45474735088646411895636096924
%N A097202 Numbers of the form 5^p - p^5 for p prime.
%t A097202 Table[5^p-p^5,{p,Prime[Range[20]]}] (* _Harvey P. Dale_, May 12 2024 *)
%o A097202 (PARI) forprime(p=2,41,print1(5^p-p^5,","))
%K A097202 sign
%O A097202 1,1
%A A097202 _Parthasarathy Nambi_, Sep 16 2004
%E A097202 Edited and extended by _Klaus Brockhaus_, Sep 18 2004