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.

A095129 Jac(n)(2Jac(n)-1).

Original entry on oeis.org

0, 1, 1, 15, 45, 231, 861, 3655, 14365, 58311, 232221, 932295, 3725085, 14913991, 59639581, 238612935, 954386205, 3817763271, 15270790941, 61084037575, 244335101725, 977343902151, 3909371414301, 15637499638215, 62549981775645
Offset: 0

Views

Author

Paul Barry, May 29 2004

Keywords

Comments

mod(a(n),3)=A095130(n)

Crossrefs

Cf. A001045.

Programs

  • Mathematica
    LinearRecurrence[{4,5,-20,-4,16},{0,1,1,15,45},30] (* Harvey P. Dale, Nov 07 2016 *)

Formula

G.f. : x(1-3x+6x^2)/((1-x^2)(1-4x)(1-4x^2)); a(n)=2(4^n+1)/9-4(-2)^n/9-2^n/3+(-1)^n/3.