cp's OEIS Frontend

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.

A083012 a(n) = Sum_{k=0..n-1} 8^k*B(k)*binomial(n,k) where B(k) is the k-th Bernoulli number.

Original entry on oeis.org

0, 1, -7, 21, 49, -595, -1911, 39109, 165473, -4525731, -23883335, 805349237, 5097585297, -203564524787, -1503073984279, 69292329479205, 584713994953921, -30553447357629763, -290046835163027943, 16939595863125337813, 178676615255242261745
Offset: 0

Views

Author

Benoit Cloitre, May 31 2003

Keywords

Crossrefs

Programs

  • Mathematica
    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 *)
  • PARI
    a(n)=sum(k=0,n-1,8^k*binomial(n,k)*bernfrac(k))

Extensions

Offset changed to 0 by Seiichi Manyama, Sep 28 2016