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

%I #21 Jul 04 2021 01:56:56

%S 1,5,15,24,25,40,75,104,120,200,271,600,696,744,1571,1779,2425,3920,

%T 4592,7213,9615,11417,11681,11805,14928,18000,18800,22597,54000,82640,

%U 119760,177000,218600,461625,547592,547640,561975,641800,861400,1133368,1575435,2628185,3114965,3992975,4455400,5902975,6404952,17862425,24200673,24629515,26758880,29749915,29831776,42704185,46355725,53164695,54814075,69283747,85552800

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

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

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

%Y Cf. A029447-A029470, A029471-A029494, A029495-A029518, A029519-A029542, A061931-A061954, A061955-A061978.

%K nonn,base

%O 1,2

%A _Olivier GĂ©rard_

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

%E More terms from Larry Reeves (larryr(AT)acm.org), May 24 2001

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

%E a(41)-a(59) from _Max Alekseyev_, May 16 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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)