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.

A008604 Multiples of 22.

Original entry on oeis.org

0, 22, 44, 66, 88, 110, 132, 154, 176, 198, 220, 242, 264, 286, 308, 330, 352, 374, 396, 418, 440, 462, 484, 506, 528, 550, 572, 594, 616, 638, 660, 682, 704, 726, 748, 770, 792, 814, 836, 858, 880, 902, 924, 946, 968, 990, 1012, 1034, 1056, 1078, 1100, 1122, 1144
Offset: 0

Views

Author

Keywords

Comments

Even numbers for which the sum of "digits" base 100 is divisible by 11. - Daniel Forgues, Feb 22 2016

Crossrefs

Programs

Formula

G.f.: 22*x/(x-1)^2. - Vincenzo Librandi, Jun 10 2013
a(n) = A008593(2n). - Daniel Forgues, Feb 22 2016
From Wesley Ivan Hurt, May 19 2024: (Start)
a(n) = 22*n.
a(n) = 2*a(n-1) - a(n-2). (End)
E.g.f.: 22*x*exp(x). - Stefano Spezia, Mar 02 2025