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.

A155609 a(n) = 4^n - 3^n + 1.

Original entry on oeis.org

1, 2, 8, 38, 176, 782, 3368, 14198, 58976, 242462, 989528, 4017158, 16245776, 65514542, 263652488, 1059392918, 4251920576, 17050729022, 68332056248, 273715645478, 1096024843376, 4387586157902, 17560804984808, 70274600998838
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 26 2009

Keywords

Comments

Let P(A) be the power set of an n-element set A and R be a relation on P(A) such that for all x, y of P(A), xRy if x and y are intersecting. Then a(n) = |R|. - Ross La Haye, Mar 19 2009

Crossrefs

Programs

Formula

G.f.: 1/(1-4*x) - 1/(1-3*x) + 1/(1-x).
E.g.f.: exp(4*x) - exp(3*x) + exp(x).
a(n) = 7*a(n-1)-12*a(n-2)+6 with a(0)=1, a(1)=2. - Vincenzo Librandi, Jul 21 2010