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!)
A077310 Smallest multiple of n that is a concatenation of (increasing) natural numbers starting with(n+1). 3
2, 34, 45, 56, 678910, 78, 8910111213141516, 9101112, 1011121314151617, 11121314151617181920, 12131415161718192021, 1314151617181920, 14151617181920212223242526272829303132333435, 15161718192021222324252627282930, 1617181920, 17181920, 1819, 1920212223242526 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(37) has 2968 digits. - Harvey P. Dale, Aug 02 2020
LINKS
MATHEMATICA
smn[n_]:=Module[{k=n+1, q=0}, While[Mod[FromDigits[Flatten[ IntegerDigits/@ Range[ k, k+q]]], n]!=0, q++]; FromDigits[ Flatten[IntegerDigits/@ Range[ k, q+k]]]]; Array[smn, 20] (* Harvey P. Dale, Aug 02 2020 *)
CROSSREFS
Sequence in context: A249487 A211001 A124208 * A177051 A067130 A349496
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Nov 03 2002
EXTENSIONS
More terms from Mark Hudson (mrmarkhudson(AT)hotmail.com), Aug 25 2004
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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)