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.

A206723 a(n) = 7*( ((3 + sqrt(5))/2)^n + ((3 - sqrt(5))/2)^n - 2 ).

Original entry on oeis.org

7, 35, 112, 315, 847, 2240, 5887, 15435, 40432, 105875, 277207, 725760, 1900087, 4974515, 13023472, 34095915, 89264287, 233696960, 611826607, 1601782875, 4193522032, 10978783235, 28742827687, 75249699840, 197006271847, 515769115715, 1350301075312, 3535134110235, 9255101255407, 24230169656000, 63435407712607, 166076053481835, 434792752732912
Offset: 1

Views

Author

N. J. A. Sloane, Feb 11 2012

Keywords

Crossrefs

Equals 7*A004146 for n >= 1.

Programs

Formula

G.f.: -7*x*(1+x) / ( (x-1)*(x^2-3*x+1) ). - R. J. Mathar, Nov 15 2013