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.

A110274 Expansion of (-16-7*x+6*x^2+28*x^3+8*x^4) / ((x-1)*(x^2+x+1)*(4*x^2-8*x+1)).

Original entry on oeis.org

16, 135, 1010, 7528, 56183, 419346, 3130024, 23362807, 174382354, 1301607592, 9715331319, 72516220178, 541268436136, 4040082608375, 30155587122450, 225084366546088, 1680052583878903, 12540083204846866, 93600455303259304
Offset: 0

Views

Author

Creighton Dement, Jul 18 2005

Keywords

Crossrefs

Cf. A110275.

Programs

  • Maple
    seriestolist(series((-16-7*x+6*x^2+28*x^3+8*x^4)/((x-1)*(x^2+x+1)*(4*x^2-8*x+1)), x=0,25)); -or- Floretion Algebra Multiplication Program, FAMP Code: bisection of 4tessigcyczapsumseq[A*B] with A = - 'j + 'k - 'ii' - 'ij' - 'ik' and B = + .5'i + .5'j - .5'k + .5i' - .5j' + .5k' + .5'ij' + .5'ik' - .5'ji' - .5'ki'; Sumtype is set to: sum[(Y[0], Y[1], Y[2]),mod(3)
  • PARI
    Vec((16 + 7*x - 6*x^2 - 28*x^3 - 8*x^4) / ((1 - x)*(1 + x + x^2)*(1 - 8*x + 4*x^2)) + O(x^20)) \\ Colin Barker, May 12 2019

Formula

a(n) = 8*a(n-1) - 4*a(n-2) + a(n-3) - 8*a(n-4) + 4*a(n-5) for n>4. - Colin Barker, May 12 2019
117*a(n) = -47*A049347(n) -67*A049347(n-1) + 8*(209*A099156(n+1)+274*A099156(n)) +247. - R. J. Mathar, Sep 11 2019