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!)
A166398 Multiples of 17 whose reversal - 1 is also a multiple of 17. 1

%I #10 Jun 13 2021 08:28:31

%S 68,680,731,1071,1122,1394,1445,1768,1819,2006,2278,2329,3791,3842,

%T 4352,4403,4675,4726,4998,5185,5236,5559,6069,6800,7310,7582,7633,

%U 7956,8092,8143,8466,8517,8789,9027,9299

%N Multiples of 17 whose reversal - 1 is also a multiple of 17.

%H Harvey P. Dale, <a href="/A166398/b166398.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[17*Range[600],Divisible[FromDigits[Reverse[IntegerDigits[#]]]-1,17]&] (* _Harvey P. Dale_, Oct 14 2015 *)

%K nonn,base

%O 1,1

%A _Claudio Meller_, Oct 13 2009

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 25 11:34 EDT 2024. Contains 371967 sequences. (Running on oeis4.)