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.

A165351 Numerator of 3*n/2.

Original entry on oeis.org

0, 3, 3, 9, 6, 15, 9, 21, 12, 27, 15, 33, 18, 39, 21, 45, 24, 51, 27, 57, 30, 63, 33, 69, 36, 75, 39, 81, 42, 87, 45, 93, 48, 99, 51, 105, 54, 111, 57, 117, 60, 123, 63, 129, 66, 135, 69, 141, 72, 147, 75, 153, 78, 159, 81, 165, 84, 171, 87, 177, 90, 183, 93, 189, 96, 195
Offset: 0

Views

Author

Paul Curtz, Sep 16 2009

Keywords

Comments

First trisection of A026741. The other trisections are A165355 and A165367.

Crossrefs

Cf. A000034 (denominator).

Programs

Formula

a(n) = A026741(3*n) = 3*A026741(n).
a(2n) = A008585(n).
a(2n+1) = A016945(n).
G.f.: 3*x*(1+x+x^2)/((1-x)^2 * (1+x)^2).
a(n) = numerator(3n/2). - Wesley Ivan Hurt, Oct 11 2013
a(n) = 3*n / (1 + ((n+1) mod 2)). - Wesley Ivan Hurt, Feb 25 2014
From G. C. Greubel, Jul 31 2022: (Start)
a(n) = 3*n*(3 - (-1)^n)/4.
E.g.f.: (3*x/2)*( 2*cosh(x) + sinh(x) ). (End)

Extensions

Edited and extended by R. J. Mathar, Sep 26 2009
New name from Wesley Ivan Hurt, Oct 13 2013