login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A008599 Multiples of 17. 16
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Tanya Khovanova, Recursive Sequences
Michael Penn, Divisibility by 17: The Lesser Known Rule, YouTube video, 2023.
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 = 2*a(n-1) - a(n-2).
G.f.: 17x/(x-1)^2. (End)
MATHEMATICA
Range[0, 1003, 17] (* Vladimir Joseph Stephan Orlovsky, Jun 01 2011 *)
PROG
(PARI) a(n)=17*n \\ Charles R Greathouse IV, Oct 07 2015
(Scala) for (n <- 0 to 1003 by 17) print(n + ", ") // Alonso del Arte, Jun 17 2018
CROSSREFS
Sequence in context: A161440 A044902 A048843 * A033029 A044842 A033014
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 14:54 EDT 2024. Contains 371960 sequences. (Running on oeis4.)