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.

A109048 a(n) = lcm(n, 7).

Original entry on oeis.org

0, 7, 14, 21, 28, 35, 42, 7, 56, 63, 70, 77, 84, 91, 14, 105, 112, 119, 126, 133, 140, 21, 154, 161, 168, 175, 182, 189, 28, 203, 210, 217, 224, 231, 238, 35, 252, 259, 266, 273, 280, 287, 42, 301, 308, 315, 322, 329, 336, 49, 350, 357, 364, 371, 378, 385, 56
Offset: 0

Views

Author

Mitch Harris, Jun 18 2005

Keywords

Crossrefs

Programs

Formula

a(n) = n*7/gcd(n, 7).
a(n) = 7*A106608(n) = 7*n/A109010(n). - R. J. Mathar, Apr 18 2011
Sum_{k=1..n} a(k) ~ (43/14) * n^2. - Amiram Eldar, Nov 26 2022
Sum_{n>=1} (-1)^(n+1)/a(n) = 13*log(2)/49. - Amiram Eldar, Sep 08 2023