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 A016950 #22 Mar 30 2022 06:34:27 %S A016950 729,531441,11390625,85766121,387420489,1291467969,3518743761, %T A016950 8303765625,17596287801,34296447249,62523502209,107918163081, %U A016950 177978515625,282429536481,433626201009,646990183449,941480149401,1340095640625,1870414552161,2565164201769,3462825991689 %N A016950 a(n) = (6*n + 3)^6. %H A016950 Vincenzo Librandi, <a href="/A016950/b016950.txt">Table of n, a(n) for n = 0..2000</a> %H A016950 <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (7,-21,35,-35,21,-7,1). %F A016950 From _Amiram Eldar_, Mar 30 2022: (Start) %F A016950 a(n) = A016945(n)^6 = A016946(n)^3 = A016947(n)^2. %F A016950 a(n) = 3^6*A016758(n). %F A016950 Sum_{n>=0} 1/a(n) = Pi^6/699840. (End) %t A016950 (3 + 6Range[0, 20])^6 (* _Harvey P. Dale_, Jan 31 2011 *) %o A016950 (Magma) [(6*n+3)^6: n in [0..40]]; // _Vincenzo Librandi_, May 05 2011 %Y A016950 Cf. A016758, A016945, A016946, A016947, A016948, A016949. %Y A016950 Subsequence of A001014. %K A016950 nonn,easy %O A016950 0,1 %A A016950 _N. J. A. Sloane_