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 A054608 #26 Jul 11 2021 07:26:49 %S A054608 0,9,540,19755,262296,1953405,10078164,40354335,134218800,387422001, %T A054608 1000002060,2357950419,5159783880,10604503845,20661052356,38443366215, %U A054608 68719485024,118587886425,198359302140,322687711611,512000016120 %N A054608 a(n) = Sum_{d|9} phi(d)*n^(9/d). %H A054608 Seiichi Manyama, <a href="/A054608/b054608.txt">Table of n, a(n) for n = 0..10000</a> %H A054608 <a href="/index/Rec#order_10">Index entries for linear recurrences with constant coefficients</a>, signature (10,-45,120,-210,252,-210,120,-45,10,-1). %F A054608 G.f.: 9*x*(x^8 + 50*x^7 + 1640*x^6 + 9774*x^5 + 17390*x^4 + 9774*x^3 + 1640*x^2 + 50*x + 1) / (x - 1)^10. - _Colin Barker_, Dec 21 2012 %F A054608 a(n) = n^9 + 2*n^3 + 6*n. - _Seiichi Manyama_, Jul 11 2021 %o A054608 (PARI) a(n) = n^9+2*n^3+6*n; \\ _Seiichi Manyama_, Jul 11 2021 %Y A054608 Row n=9 of A185651. %K A054608 nonn,easy %O A054608 0,2 %A A054608 _N. J. A. Sloane_, Apr 16 2000