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.

A109052 a(n) = lcm(n,11).

Original entry on oeis.org

0, 11, 22, 33, 44, 55, 66, 77, 88, 99, 110, 11, 132, 143, 154, 165, 176, 187, 198, 209, 220, 231, 22, 253, 264, 275, 286, 297, 308, 319, 330, 341, 352, 33, 374, 385, 396, 407, 418, 429, 440, 451, 462, 473, 44, 495, 506, 517, 528, 539, 550, 561, 572, 583
Offset: 0

Views

Author

Mitch Harris, Jun 18 2005

Keywords

Crossrefs

Programs

Formula

a(n) = n*11/gcd(n, 11).
G.f.: 11*x/(1-x)^2 - 110*x^11/(1-x^11)^2. - Robert Israel, May 28 2014
From Amiram Eldar, Nov 26 2022: (Start)
a(n) = 11*A106612(n) = 11*n/A109014(n).
Sum_{k=1..n} a(k) ~ (111/22) * n^2. (End)
Sum_{n>=1} (-1)^(n+1)/a(n) = 21*log(2)/121. - Amiram Eldar, Sep 08 2023