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 A016782 #29 Jul 08 2025 05:53:35 %S A016782 1,4096,117649,1000000,4826809,16777216,47045881,113379904,244140625, %T A016782 481890304,887503681,1544804416,2565726409,4096000000,6321363049, %U A016782 9474296896,13841287201,19770609664,27680640625,38068692544,51520374361,68719476736,90458382169,117649000000 %N A016782 a(n) = (3*n+1)^6. %H A016782 Vincenzo Librandi, <a href="/A016782/b016782.txt">Table of n, a(n) for n = 0..10000</a> %H A016782 <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (7,-21,35,-35,21,-7,1). %F A016782 a(n) = A001014(A016777(n)). - _Michel Marcus_, Jun 15 2016 %F A016782 From _Ilya Gutkovskiy_, Jun 15 2016: (Start) %F A016782 G.f.: (1 + 4089*x + 88998*x^2 + 262438*x^3 + 154113*x^4 + 15177*x^5 + 64*x^6)/(1 - x)^7. %F A016782 a(n) = 7*a(n-1) - 21*a(n-2) + 35*a(n-3) - 35*a(n-4) + 21*a(n-5) - 7*a(n-6) + a(n-7). (End) %F A016782 Sum_{n>=0} 1/a(n) = PolyGamma(5, 1/3)/87480. - _Amiram Eldar_, Mar 29 2022 %t A016782 Table[(3n+1)^6,{n,0,100}] (* _Mohammad K. Azarian_, Jun 15 2016 *) %t A016782 LinearRecurrence[{7,-21,35,-35,21,-7,1},{1,4096,117649,1000000,4826809,16777216,47045881},20] (* _Harvey P. Dale_, Sep 30 2016 *) %o A016782 (Magma) [(3*n+1)^6: n in [0..30]]; // _Vincenzo Librandi_, Sep 21 2011 %Y A016782 Cf. A001014, A016777, A016778, A016779, A016780, A016781. %K A016782 nonn,easy %O A016782 0,2 %A A016782 _N. J. A. Sloane_