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!)
A029524 Numbers k such that k divides the (left) concatenation of all numbers <= k written in base 7 (most significant digit on right). 1
1, 3, 9, 12, 36, 96, 128, 2267, 4031, 29416, 551444, 2033727, 2056797, 2477144, 7974180, 9482385 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This sequence differs from A061960 in that all least significant zeros are removed before concatenation.
No more terms < 10^7. [Lars Blomberg, Sep 07 2011]
LINKS
EXAMPLE
See A029519 for example.
MATHEMATICA
b = 7; c = {}; Select[Range[10^4], Divisible[FromDigits[c = Join[IntegerDigits[IntegerReverse[#, b], b], c], b], #] &] (* Robert Price, Mar 13 2020 *)
CROSSREFS
Sequence in context: A261950 A366065 A137344 * A357726 A045769 A262539
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Edited and updated by Larry Reeves (larryr(AT)acm.org), Apr 12 2002; Aug 25, 2002
a(12)-a(16) from Lars Blomberg, Sep 07 2011
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)