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!)
A061969 Numbers n such that n divides the (left) concatenation of all numbers <= n written in base 16 (most significant digit on right). 1
1, 3, 5, 9, 15, 25, 41, 1149, 1755, 2009, 2815, 6981, 19117, 65515, 218715, 315735, 405845, 1511139, 2165055, 7076685 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This sequence differs from A029533 in that all least significant zeros are kept during concatenation.
No more terms < 8*10^6.
LINKS
EXAMPLE
See A061955 for example.
MATHEMATICA
b = 16; c = {}; Select[Range[10^4], Divisible[FromDigits[c = Join[Reverse[IntegerDigits[#, b]], c], b], #] &] (* Robert Price, Mar 09 2020 *)
CROSSREFS
Sequence in context: A001595 A092369 A298340 * A034084 A018342 A029485
KEYWORD
nonn,base,more
AUTHOR
Larry Reeves (larryr(AT)acm.org), May 24 2001
EXTENSIONS
Edited and updated by Larry Reeves (larryr(AT)acm.org), Apr 12 2002
a(18)-a(20) from Lars Blomberg, Aug 06 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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)