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.

A144390 a(n) = 3*n^2 - n - 1.

Original entry on oeis.org

1, 9, 23, 43, 69, 101, 139, 183, 233, 289, 351, 419, 493, 573, 659, 751, 849, 953, 1063, 1179, 1301, 1429, 1563, 1703, 1849, 2001, 2159, 2323, 2493, 2669, 2851, 3039, 3233, 3433, 3639, 3851, 4069, 4293, 4523, 4759, 5001, 5249, 5503, 5763, 6029, 6301, 6579
Offset: 1

Views

Author

Paul Curtz, Oct 02 2008

Keywords

Comments

Sequence's original Name was "First bisection of A135370."
The partial sums of this sequence give A081437. - Leo Tavares, Dec 26 2021

Crossrefs

Cf. A081437 (partial sums).

Programs

Formula

a(n+1) = a(n) + 6*n + 2; see A016933.
G.f.: x*(1+6*x-x^2)/(1-x)^3. a(n) = A049450(n)-1. - R. J. Mathar, Oct 24 2008
a(-n) = A144391(n). - Michael Somos, Mar 27 2014
E.g.f.: (3*x^2 + 2*x -1)*exp(x) + 1. - G. C. Greubel, Jul 19 2017
From Leo Tavares, Dec 26 2021: (Start)
a(n) = A003215(n) - 2*A005408(n). See Bounded Hexagons illustration.
a(n) = A016754(n-1) - A002378(n-2). (End)
a(n) = A003154(n) - A049451(n-1). - John Elias, Dec 22 2022

Extensions

Edited by R. J. Mathar, Oct 24 2008
More terms from Vladimir Joseph Stephan Orlovsky, Oct 25 2008