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.

A008603 Multiples of 21.

Original entry on oeis.org

0, 21, 42, 63, 84, 105, 126, 147, 168, 189, 210, 231, 252, 273, 294, 315, 336, 357, 378, 399, 420, 441, 462, 483, 504, 525, 546, 567, 588, 609, 630, 651, 672, 693, 714, 735, 756, 777, 798, 819, 840, 861, 882, 903, 924, 945, 966, 987, 1008, 1029, 1050, 1071, 1092
Offset: 0

Views

Author

Keywords

Comments

Sum of the numbers from 3*(n-1) to 3*(n+1). - Bruno Berselli, Oct 25 2018

Crossrefs

Programs

Formula

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