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.

A017377 a(n) = 10*n + 9.

Original entry on oeis.org

9, 19, 29, 39, 49, 59, 69, 79, 89, 99, 109, 119, 129, 139, 149, 159, 169, 179, 189, 199, 209, 219, 229, 239, 249, 259, 269, 279, 289, 299, 309, 319, 329, 339, 349, 359, 369, 379, 389, 399, 409, 419, 429, 439, 449, 459, 469, 479, 489, 499, 509, 519, 529, 539
Offset: 0

Views

Author

Keywords

Comments

Numbers k such that k^k ends with 9. - Bruno Berselli, Dec 11 2018

References

  • Alfred S. Posamentier, Math Charmers, Tantalizing Tidbits for the Mind, Prometheus Books, NY, 2003, pp. 126-127.

Crossrefs

Programs

Formula

a(n) = 10*n + 9; a(n) = 2*a(n-1) - a(n-2). - Vincenzo Librandi, May 29 2011
G.f.: (9+x)/(x-1)^2. - R. J. Mathar, Oct 16 2015
From Elmo R. Oliveira, Apr 05 2025: (Start)
E.g.f.: exp(x)*(9 + 10*x).
a(n) = A016897(2*n+1). (End)