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 A083012 #14 Sep 28 2016 10:21:49 %S A083012 0,1,-7,21,49,-595,-1911,39109,165473,-4525731,-23883335,805349237, %T A083012 5097585297,-203564524787,-1503073984279,69292329479205, %U A083012 584713994953921,-30553447357629763,-290046835163027943,16939595863125337813,178676615255242261745 %N A083012 a(n) = Sum_{k=0..n-1} 8^k*B(k)*binomial(n,k) where B(k) is the k-th Bernoulli number. %H A083012 Seiichi Manyama, <a href="/A083012/b083012.txt">Table of n, a(n) for n = 0..432</a> %t A083012 Range[0, 15]! CoefficientList[ Series[ 8x/(1 + Exp[x] + Exp[ 2x] + Exp[ 3x] + Exp[ 4x] + Exp[ 5x] + Exp[ 6x] + Exp[ 7x]), {x, 0, 15}], x] (* _Robert G. Wilson v_, Oct 26 2012 *) %o A083012 (PARI) a(n)=sum(k=0,n-1,8^k*binomial(n,k)*bernfrac(k)) %Y A083012 Cf. A001469. %Y A083012 Cf. A036968, A083007, A083008, A083009, A083010, A083011, A083013, A083014. %K A083012 sign %O A083012 0,3 %A A083012 _Benoit Cloitre_, May 31 2003 %E A083012 Offset changed to 0 by _Seiichi Manyama_, Sep 28 2016