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!)
A029497 Numbers k such that k divides the (right) concatenation of all numbers <= k written in base 4 (most significant digit on right). 1

%I #22 Jul 29 2021 01:02:00

%S 1,2,3,11,207,1239,7947,9233,49883,118669,315629,2640670

%N Numbers k such that k divides the (right) concatenation of all numbers <= k written in base 4 (most significant digit on right).

%C This sequence differs from A061933 in that all least significant zeros are kept during concatenation.

%C a(13) exceeds 10000000. - _Sean A. Irvine_, Sep 01 2009

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

%e See A029495 for example.

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

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

%K nonn,base,more

%O 1,2

%A _Olivier GĂ©rard_

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

%E Additional comments and more terms from Larry Reeves (larryr(AT)acm.org), May 25 2001

%E a(12) from _Sean A. Irvine_, Sep 01 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 19 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)