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.

A092796 Number of connected relations.

Original entry on oeis.org

1, 213, 14857, 694485, 27005881, 957263493, 32333393737, 1064686990965, 34589700409561, 1115777278022373, 35856732186282217, 1149998292486777045, 36843831022923582841, 1179748027215029366853, 37764598757179830172297, 1208682260675932309564725
Offset: 1

Views

Author

Goran Kilibarda, Vladeta Jovovic, Apr 15 2004

Keywords

Crossrefs

Programs

  • Magma
    [32^n - 5*17^n - 10*11^n + 20*10^n + 30*8^n - 60*7^n + 24*6^n: n in [0..50]]; // G. C. Greubel, Oct 08 2017
  • Mathematica
    Table[32^n - 5*17^n - 10*11^n + 20*10^n + 30*8^n - 60*7^n + 24*6^n, {n, 0, 50}] (* G. C. Greubel, Oct 08 2017 *)
  • PARI
    for(n=0,50, print1(32^n - 5*17^n - 10*11^n + 20*10^n + 30*8^n - 60*7^n + 24*6^n, ", ")) \\ G. C. Greubel, Oct 08 2017
    

Formula

a(n) = 32^n - 5*17^n - 10*11^n + 20*10^n + 30*8^n - 60*7^n + 24*6^n.
G.f.: -x*(132960*x^5 + 145292*x^4 - 17528*x^3 - 1227*x^2 + 122*x + 1) / ((6*x-1)*(7*x-1)*(8*x-1)*(10*x-1)*(11*x-1)*(17*x-1)*(32*x-1)). - Colin Barker, Jul 13 2013

Extensions

Additional term from Colin Barker, Jul 13 2013