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.

A092794 Number of connected relations.

Original entry on oeis.org

1, 21, 265, 2733, 25441, 223461, 1895545, 15736413, 128882641, 1046542101, 8451838825, 68020609293, 546227922241, 4380272835141, 35094966838105, 281025802973373, 2249545355064241, 18003091856638581, 144058517372685385, 1152637601335180653
Offset: 1

Views

Author

Goran Kilibarda, Vladeta Jovovic, Apr 15 2004

Keywords

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[-x*(4*x + 1)/((4*x - 1)*(5*x - 1)*(8*x - 1)), {x, 0, 50}], x] (* G. C. Greubel, Oct 05 2017 *)
  • PARI
    x='x+O('x^50); Vec(x*(4*x+1)/((1-4*x)*(1-5*x)*(1-8*x))) \\ G. C. Greubel, Oct 05 2017

Formula

a(n) = 8^n - 3*5^n + 2*4^n.
From Colin Barker, Jul 13 2013: (Start)
a(n) = 17*a(n-1) - 92*a(n-2) + 160*a(n-3).
G.f.: x*(4*x+1) / ((1-4*x)*(1-5*x)*(1-8*x)). (End)

Extensions

Additional term from Colin Barker, Jul 13 2013