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.

A017233 a(n) = 9*n + 6.

Original entry on oeis.org

6, 15, 24, 33, 42, 51, 60, 69, 78, 87, 96, 105, 114, 123, 132, 141, 150, 159, 168, 177, 186, 195, 204, 213, 222, 231, 240, 249, 258, 267, 276, 285, 294, 303, 312, 321, 330, 339, 348, 357, 366, 375, 384, 393, 402, 411, 420, 429, 438, 447, 456, 465, 474, 483
Offset: 0

Views

Author

David J. Horn and Laura Krebs Gordon (lkg615(AT)verizon.net), 1985

Keywords

Comments

General form: (q*n-1)*q, cf. A017233 (q=3), A098502 (q=4). - Vladimir Joseph Stephan Orlovsky, Feb 16 2009
Numbers whose digital root is 6; that is, A010888(a(n)) = 6. (Ball essentially says that Iamblichus (circa 350) announced that a number equal to the sum of three integers 3*n, 3*n - 1, and 3*n - 2 has 6 as what is now called the number's digital root.) - Rick L. Shepherd, Apr 01 2014

References

  • W. W. R. Ball, A Short Account of the History of Mathematics, Sterling Publishing Company, Inc., 2001 (Facsimile Edition) [orig. pub. 1912], pages 110-111.

Crossrefs

Programs

Formula

G.f.: 3*(2+x)/(x-1)^2. - R. J. Mathar, Mar 20 2018
Sum_{n>=0} (-1)^n/a(n) = sqrt(3)*Pi/27 - log(2)/9. - Amiram Eldar, Dec 12 2021
E.g.f.: 3*exp(x)*(2 + 3*x). - Stefano Spezia, Dec 07 2024
From Elmo R. Oliveira, Apr 10 2025: (Start)
a(n) = 3*A016789(n) = A019557(n+1)/2.
a(n) = 2*a(n-1) - a(n-2). (End)