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 A016939 #26 Jul 08 2025 06:00:31 %S A016939 128,2097152,105413504,1280000000,8031810176,34359738368,114415582592, %T A016939 319277809664,781250000000,1727094849536,3521614606208,6722988818432, %U A016939 12151280273024,20971520000000,34792782221696,55784660123648,86812553324672,131593177923584,194871710000000 %N A016939 a(n) = (6n+2)^7. %H A016939 Vincenzo Librandi, <a href="/A016939/b016939.txt">Table of n, a(n) for n = 0..2000</a> %H A016939 <a href="/index/Rec#order_08">Index entries for linear recurrences with constant coefficients</a>, signature (8,-28,56,-70,56,-28,8,-1). %F A016939 a(n) = 128*A016783(n). - _R. J. Mathar_, May 07 2008 %F A016939 G.f.: 128*(1 + 16376*x + 692499*x^2 + 3870352*x^3 + 4890287*x^4 + 1475736*x^5 + 77101*x^6 + 128*x^7)/(1 - x)^8. - _Ilya Gutkovskiy_, Jun 16 2016 %F A016939 From _Amiram Eldar_, Mar 29 2022: (Start) %F A016939 a(n) = A016933(n)^7. %F A016939 Sum_{n>=0} 1/a(n) = 7*Pi^7/(3149280*sqrt(3)) + 1093*zeta(7)/279936. (End) %t A016939 Table[(6n+2)^7,{n,0,100}] (* _Mohammad K. Azarian_, Jun 15 2016 *) %o A016939 (Magma) [(6*n+2)^7: n in [0..30]]; // _Vincenzo Librandi_, May 04 2011 %Y A016939 Cf. A016783, A016933, A016934, A016935, A016936, A016937, A016938. %K A016939 nonn,easy %O A016939 0,1 %A A016939 _N. J. A. Sloane_