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.

A060188 A column and diagonal of A060187.

Original entry on oeis.org

1, 6, 23, 76, 237, 722, 2179, 6552, 19673, 59038, 177135, 531428, 1594309, 4782954, 14348891, 43046704, 129140145, 387420470, 1162261447, 3486784380, 10460353181, 31381059586, 94143178803, 282429536456, 847288609417
Offset: 2

Views

Author

N. J. A. Sloane, Mar 20 2001

Keywords

Comments

Sums of rows of the numerators and of the denominators of the redundant Stern-Brocot structure A152975/A152976: a(n+2) = Sum_{k=2^n..(2^(n+1) -1)} A152975(k) = Sum_{k=2^n..(2^(n+1) -1)} A152976(k). - Reinhard Zumkeller, Dec 22 2008

Crossrefs

Cf. A048473, A060187 (first differences).

Programs

Formula

a(n) = 3^(n-1) - n = A061980(n-1, 2). - Henry Bottomley, May 24 2001
From Paul Barry, Jun 24 2003: (Start)
With offset 0, this is 3^(n+1) - n - 2.
Partial sums of A048473. (End)
From Colin Barker, Dec 19 2012: (Start)
a(n) = 5*a(n-1) - 7*a(n-2) + 3*a(n-3).
G.f.: x^2*(1 + x)/((1-x)^2*(1-3*x)). (End)
E.g.f.: (exp(3*x) - 3*x*exp(x) - 1)/3. - Wolfdieter Lang, Apr 17 2017

Extensions

More terms from Vladeta Jovovic, Mar 20 2001