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.

A008600 Multiples of 18.

Original entry on oeis.org

0, 18, 36, 54, 72, 90, 108, 126, 144, 162, 180, 198, 216, 234, 252, 270, 288, 306, 324, 342, 360, 378, 396, 414, 432, 450, 468, 486, 504, 522, 540, 558, 576, 594, 612, 630, 648, 666, 684, 702, 720, 738, 756, 774, 792, 810, 828, 846, 864, 882, 900, 918, 936
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

G.f.: 18*x/(x-1)^2. - Vincenzo Librandi, Jun 10 2013
From Elmo R. Oliveira, Apr 10 2025: (Start)
E.g.f.: 18*x*exp(x).
a(n) = 18*n = 2*A008591(n) = A044102(n)/2.
a(n) = 2*a(n-1) - a(n-2). (End)