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!)
A029487 Numbers k that divide the (left) concatenation of all numbers <= k written in base 18 (most significant digit on left). 0

%I #24 Jul 04 2021 01:57:17

%S 1,17,49,73,289,307,1297,3013,8959,664831,1399549,5122561,8515193,

%T 11012719,65998063

%N Numbers k that divide the (left) concatenation of all numbers <= k written in base 18 (most significant digit on left).

%C No other terms below 10^8.

%H <a href="/index/N#concat">Index entries for related sequences</a>

%t b = 18; c = {}; Select[Range[10^4], Divisible[FromDigits[c = Join[IntegerDigits[#, b], c], b], #] &] (* _Robert Price_, Mar 12 2020 *)

%K nonn,base,more

%O 1,2

%A _Olivier GĂ©rard_

%E More terms from Andrew Gacek (andrew(AT)dgi.net), Feb 21 2000

%E a(9) corrected by Larry Reeves (larryr(AT)acm.org), Jan 14 2002

%E Edited and updated by Larry Reeves (larryr(AT)acm.org), Apr 12 2002

%E a(10)-a(15) from _Max Alekseyev_, May 15 2011

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 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)