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.

A187206 a(n) = 6*(24*n - 1).

Original entry on oeis.org

138, 282, 426, 570, 714, 858, 1002, 1146, 1290, 1434, 1578, 1722, 1866, 2010, 2154, 2298, 2442, 2586, 2730, 2874, 3018, 3162, 3306, 3450, 3594, 3738, 3882, 4026, 4170, 4314, 4458, 4602, 4746, 4890, 5034, 5178, 5322, 5466, 5610, 5754, 5898, 6042, 6186, 6330, 6474, 6618
Offset: 1

Views

Author

Omar E. Pol, Jul 09 2011

Keywords

Comments

The expression 6*(24*n - 1) is mentioned in the Bruinier-Ono paper (see theorem 1.1 and chapter 5).

Crossrefs

Programs

Formula

a(n) = 6*A183010(n).
From Elmo R. Oliveira, Apr 03 2025: (Start)
G.f.: 6*x*(x + 23)/(1 - x)^2.
E.g.f.: 6*(exp(x)*(24*x - 1) + 1).
a(n) = 2*a(n-1) - a(n-2) for n > 2. (End)