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.

A102901 a(n) = a(n-1) + 6*a(n-2), a(0)=1, a(1)=0.

Original entry on oeis.org

1, 0, 6, 6, 42, 78, 330, 798, 2778, 7566, 24234, 69630, 215034, 632814, 1923018, 5719902, 17258010, 51577422, 155125482, 464590014, 1395342906, 4182882990, 12554940426, 37652238366, 112981880922, 338895311118, 1016786596650
Offset: 0

Views

Author

Paul Barry, Jan 17 2005

Keywords

Comments

Binomial transform is A102900.
Hankel transform is = 1,6,0,0,0,0,0,0,0,0,0,0,... - Philippe Deléham, Nov 02 2008

Examples

			a(6) = 330; (2*3^6 + 3*(-2)^6)/5 = (1458 + 192)/5 = 330.
		

References

  • Maria Paola Bonacina and Nachum Dershowitz, Canonical Inference for Implicational Systems, in Automated Reasoning, Lecture Notes in Computer Science, Volume 5195/2008, Springer-Verlag.

Crossrefs

Programs

Formula

G.f.: (1-x)/((1+2*x)*(1-3*x)).
a(n) = (2*3^n + 3*(-2)^n)/5.
a(n) = 6*A015441(n-1), for n>0.