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.

A097206 Numbers of the form 5^p * p^5 for p prime.

This page as a plain text file.
%I A097206 #3 Mar 30 2012 17:27:43
%S A097206 800,30375,9765625,1313046875,7863818359375,453238525390625,
%T A097206 1083264923095703125,47227840423583984375,76727187633514404296875,
%U A097206 3820499219000339508056640625,133314873091876506805419921875
%N A097206 Numbers of the form 5^p * p^5 for p prime.
%o A097206 (PARI) forprime(p=2,31,print1(p^5*5^p,","))
%K A097206 nonn
%O A097206 1,1
%A A097206 _Parthasarathy Nambi_, Sep 16 2004
%E A097206 More terms from _Klaus Brockhaus_, Sep 18 2004