login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A008600
Multiples of 18.
23
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,2
FORMULA
G.f.: 18*x/(x-1)^2. - Vincenzo Librandi, Jun 10 2013
MATHEMATICA
Range[0, 1000, 18] (* Vladimir Joseph Stephan Orlovsky, Jun 01 2011 *)
CoefficientList[Series[18 x / (x - 1)^2, {x, 0, 60}], x] (* Vincenzo Librandi, Jun 10 2013 *)
18*Range[0, 60] (* Harvey P. Dale, Jan 15 2023 *)
PROG
(PARI) a(n)=18*n \\ Charles R Greathouse IV, Sep 24 2015
CROSSREFS
Sequence in context: A166403 A004941 A004961 * A373599 A131766 A154575
KEYWORD
nonn,easy
STATUS
approved