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!)
A029498 Numbers n such that n divides the (right) concatenation of all numbers <= n written in base 5 (most significant digit on right). 1
1, 7, 16, 96, 103, 112, 224, 864, 6736, 134208, 292464, 1000176, 5891856, 9647136 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This sequence differs from A061934 in that all least significant zeros are kept during concatenation.
No more terms < 10^7. - Lars Blomberg, Oct 02 2011
LINKS
EXAMPLE
See A029495 for example.
MATHEMATICA
b = 5; c = {}; Select[Range[10^4], Divisible[FromDigits[c = Join[c, Reverse[IntegerDigits[#, b]]], b], #] &] (* Robert Price, Mar 12 2020 *)
CROSSREFS
Sequence in context: A192376 A363173 A214904 * A351531 A181777 A332573
KEYWORD
nonn,base,more
AUTHOR
EXTENSIONS
Edited and updated by Larry Reeves (larryr(AT)acm.org), Apr 12 2002
Additional comments from Larry Reeves (larryr(AT)acm.org), May 25 2001
a(10)-a(11) from Larry Reeves (larryr(AT)acm.org), Jun 15 2001, Jan 16 2002
a(12)-a(14) from Lars Blomberg, Oct 02 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 29 18:29 EDT 2024. Contains 372114 sequences. (Running on oeis4.)