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.

A093732 Number of connected relations.

Original entry on oeis.org

1, 211, 14221, 636331, 23679901, 805351531, 26175881341, 831358677451, 26094426008221, 814105545191851, 25320182311228861, 786251347986776971, 24394981288950302941, 756583120577782494571, 23459491617092461686781, 727330825918603925122891
Offset: 1

Views

Author

Goran Kilibarda, Vladeta Jovovic, Apr 14 2004

Keywords

Crossrefs

Programs

  • Mathematica
    Table[31^n - 5*16^n - 10*10^n + 20*9^n + 30*7^n - 60*6^n + 24*5^n, {n, 25}] (* T. D. Noe, May 29 2012 *)
  • PARI
    a(n)=31^n-5*16^n-10*10^n+20*9^n+30*7^n-60*6^n+24*5^n \\ Charles R Greathouse IV, Jun 16 2015

Formula

a(n) = 31^n - 5*16^n - 10*10^n + 20*9^n + 30*7^n - 60*6^n + 24*5^n.
G.f.: -x*(1+127*x-729*x^2-20467*x^3+107048*x^4+259620*x^5) / ( (9*x-1)*(6*x-1)*(7*x-1)*(5*x-1)*(31*x-1)*(10*x-1)*(16*x-1) ). - R. J. Mathar, Jun 09 2013