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.

A017245 a(n) = 9*n + 7.

Original entry on oeis.org

7, 16, 25, 34, 43, 52, 61, 70, 79, 88, 97, 106, 115, 124, 133, 142, 151, 160, 169, 178, 187, 196, 205, 214, 223, 232, 241, 250, 259, 268, 277, 286, 295, 304, 313, 322, 331, 340, 349, 358, 367, 376, 385, 394, 403, 412, 421, 430, 439, 448, 457, 466, 475, 484
Offset: 0

Views

Author

Keywords

Comments

Numbers whose digital root is 7. - Halfdan Skjerning, Mar 15 2018

Crossrefs

Programs

Formula

a(n)^2 = A156676(n+1) + A017137(n). - Reinhard Zumkeller, Jul 13 2010
From Vincenzo Librandi, Apr 30 2015: (Start)
G.f.: (7+2*x)/(1-x)^2.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n>2. (End)
E.g.f.: exp(x)*(7 + 9*x). - Stefano Spezia, Dec 08 2024