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 A016966 #18 Mar 31 2022 09:26:19 %S A016966 1048576,10000000000,1099511627776,26559922791424,296196766695424, %T A016966 2064377754059776,10485760000000000,42420747482776576, %U A016966 144555105949057024,430804206899405824,1152921504606846976,2824752490000000000,6428888932339941376,13744803133596058624 %N A016966 a(n) = (6*n + 4)^10. %H A016966 Vincenzo Librandi, <a href="/A016966/b016966.txt">Table of n, a(n) for n = 0..1000</a> %H A016966 <a href="/index/Rec#order_11">Index entries for linear recurrences with constant coefficients</a>, signature (11,-55,165,-330,462,-462,330,-165,55,-11,1). %F A016966 From _Amiram Eldar_, Mar 31 2022: (Start) %F A016966 a(n) = A016957(n)^10 = A016958(n)^5 = A016961(n)^2. %F A016966 a(n) = 2^10*A016798(n). %F A016966 Sum_{n>=0} 1/a(n) = PolyGamma(9, 2/3)/21941965946880. (End) %t A016966 (6Range[0,20]+4)^10 (* _Harvey P. Dale_, Feb 23 2011 *) %o A016966 (Magma) [(6*n+4)^10: n in [0..20]]; // _Vincenzo Librandi_, May 07 2011 %Y A016966 Cf. A016798, A016957, A016958, A016959, A016960, A016961, A016962, A016963, A016964, A016965. %Y A016966 Subsequence of A008454. %K A016966 nonn,easy %O A016966 0,1 %A A016966 _N. J. A. Sloane_