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 A083011 #20 Sep 28 2016 10:23:17 %S A083011 0,1,-6,15,36,-335,-1098,16955,73032,-1503963,-8075430,204957775, %T A083011 1319806188,-39666688711,-297958666242,10337889346275,88743928066704, %U A083011 -3489994294713779,-33703905982634334,1481439997178305655,15896303102840841780,-772269573963075710367 %N A083011 a(n) = Sum_{k=0..n-1} 7^k*B(k)*binomial(n,k) where B(k) is the k-th Bernoulli number. %H A083011 Seiichi Manyama, <a href="/A083011/b083011.txt">Table of n, a(n) for n = 0..441</a> %t A083011 Range[0, 15]! CoefficientList[ Series[ 7x/(1 + Exp[x] + Exp[ 2x] + Exp[ 3x] + Exp[ 4x] + Exp[ 5x] + Exp[ 6x]), {x, 0, 15}], x] (* _Robert G. Wilson v_, Oct 26 2012 *) %o A083011 (PARI) a(n)=sum(k=0,n-1,7^k*binomial(n,k)*bernfrac(k)) %Y A083011 Cf. A001469. %Y A083011 Cf. A036968, A083007, A083008, A083009, A083010, A083012, A083013, A083014. %K A083011 sign %O A083011 0,3 %A A083011 _Benoit Cloitre_, May 31 2003 %E A083011 Offset changed to 0 by _Seiichi Manyama_, Sep 28 2016