login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A008602 Multiples of 20. 20
0, 20, 40, 60, 80, 100, 120, 140, 160, 180, 200, 220, 240, 260, 280, 300, 320, 340, 360, 380, 400, 420, 440, 460, 480, 500, 520, 540, 560, 580, 600, 620, 640, 660, 680, 700, 720, 740, 760, 780, 800, 820, 840, 860, 880, 900, 920, 940, 960, 980, 1000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The multiples of 20 are exactly those integers which do not have a multiple whose decimal digits are of alternating parity. (International Mathematical Olympiad 2004, problem 6, see A110303.) - Joseph Myers, Jul 13 2004
LINKS
Tanya Khovanova, Recursive Sequences
Luis Manuel Rivera, Integer sequences and k-commuting permutations, arXiv preprint arXiv:1406.3081 [math.CO], 2014-2015.
FORMULA
G.f.: 20*x/(x - 1)^2. - Vincenzo Librandi, Jun 10 2013
E.g.f.: 20*x*exp(x). - Stefano Spezia, Feb 20 2020
MATHEMATICA
Range[0, 1500, 20] (* Vladimir Joseph Stephan Orlovsky, Jun 01 2011 *)
CoefficientList[Series[20 x / (x - 1)^2, {x, 0, 60}], x] (* Vincenzo Librandi, Jun 10 2013 *)
PROG
(PARI) a(n)=20*n \\ Charles R Greathouse IV, Sep 28 2015
(Scala) (0 to 1000 by 20).toList // Alonso del Arte, Feb 20 2020
CROSSREFS
Cf. A008600, A008601, A215145, A110303 (complement).
Sequence in context: A104153 A049057 A065607 * A061830 A235282 A270296
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)