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.

Showing 1-1 of 1 results.

A123013 a(n) = A122192(n)/6.

Original entry on oeis.org

1, 0, -253, -1288, 191521, 1629320, -141854525, -1729034384, 103325091969, 1676517701264, -73862084838333, -1537330036703384, 51664189190888737, 1355829753195189272, -35196896202269431421, -1160994902209537876768, 23182613727557891170817, 970833262148740191853344
Offset: 0

Views

Author

N. J. A. Sloane, Nov 12 2006

Keywords

Crossrefs

Cf. A122192.

Programs

  • Mathematica
    LinearRecurrence[{0,-759,-2576,-759,0,-1}, {1,0,-253,-1288,191521,1629320}, 31] (* G. C. Greubel, Jul 11 2021 *)
  • Sage
    def A123013_list(prec):
        P. = PowerSeriesRing(ZZ, prec)
        return P( (1+506*x^2+1288*x^3+253*x^4)/(1+759*x^2+2576*x^3+759*x^4 +x^6) ).list()
    A123013_list(30) # G. C. Greubel, Jul 11 2021

Formula

G.f.: (1 + 506*x^2 + 1288*x^3 + 253*x^4)/(1 + 759*x^2 + 2576*x^3 + 759*x^4 + x^6). - G. C. Greubel, Jul 11 2021
Showing 1-1 of 1 results.