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.

A155590 a(n) = 7^n + 2^n - 1.

Original entry on oeis.org

1, 8, 52, 350, 2416, 16838, 117712, 823670, 5765056, 40354118, 282476272, 1977328790, 13841291296, 96889018598, 678223089232, 4747561542710, 33232930635136, 232630514118278, 1628413598172592, 11398895185897430, 79792266298660576, 558545864085381158, 3909821048587182352
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 24 2009

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-7*x)+1/(1-2*x)-1/(1-x).
E.g.f.: exp(7*x)+exp(2*x)-exp(x).
a(n) = 9*a(n-1)-14*a(n-2)-6 with a(0) = 1, a(1) = 8. - Vincenzo Librandi, Jul 21 2010
a(n) = A074602(n)-1. - R. J. Mathar, Mar 10 2022