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.

A008602 Multiples of 20.

Original entry on oeis.org

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
Offset: 0

Views

Author

Keywords

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

Crossrefs

Programs

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
From Elmo R. Oliveira, Apr 10 2025: (Start)
a(n) = 20*n = 2*A008592(n) = 10*A005843(n) = A317095(n)/2.
a(n) = 2*a(n-1) - a(n-2). (End)