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.

A008599 Multiples of 17.

Original entry on oeis.org

0, 17, 34, 51, 68, 85, 102, 119, 136, 153, 170, 187, 204, 221, 238, 255, 272, 289, 306, 323, 340, 357, 374, 391, 408, 425, 442, 459, 476, 493, 510, 527, 544, 561, 578, 595, 612, 629, 646, 663, 680, 697, 714, 731, 748, 765, 782, 799, 816, 833, 850, 867, 884
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

(floor(a(n)/10) - 5*(a(n) mod 10)) == 0 (mod 17), see A076311. - Reinhard Zumkeller, Oct 06 2002
From Vincenzo Librandi, Dec 24 2010: (Start)
a(n) = 17*n.
a(n) = 2*a(n-1) - a(n-2).
G.f.: 17*x/(x-1)^2. (End)
From Elmo R. Oliveira, Apr 10 2025: (Start)
E.g.f.: 17*x*exp(x).
a(n) = (A008598(n) + A008600(n))/2. (End)