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.
%I A061003 #20 Dec 23 2024 13:07:21 %S A061003 0,1,10,41,125,311,672,1311,2362,4000,6442,9953,14852,21513,30375, %T A061003 41943,56794,75583,99044,128000,163364,206145,257454,318505,390625, %U A061003 475255,573956,688415,820446,972000,1145166,1342177,1565416,1817417 %N A061003 Nearest integer to n^5/25. %H A061003 Harry J. Smith, <a href="/A061003/b061003.txt">Table of n, a(n) for n = 1..1000</a> %F A061003 G.f.: x*(x^7+5x^6+x^5+10x^4+x^3+5x^2+x)/((1-x^5)*(1-x)^5). %p A061003 seq(round(n^5/25),n=1..35); # _Muniru A Asiru_, Jul 02 2018 %t A061003 Round[Range[40]^5/25] (* _Harvey P. Dale_, May 12 2024 *) %o A061003 (PARI) a(n) = { round(n^5/25) } \\ _Harry J. Smith_, Jul 16 2009 %Y A061003 Cf. A011863, A061004. %K A061003 nonn %O A061003 1,3 %A A061003 _N. J. A. Sloane_, May 15 2001