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!)
A075000 Smallest number such that n*a(n) is a concatenation of n consecutive integers; or 0 if no such number exists. 13
1, 6, 41, 864, 2469, 20576, 493827, 7098637639, 13717421, 1234567891, 82737383012865106529, 10288065758426, 3513762316247164732, 563643651522439401227280, 8230452606740808761 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: For every n there exists a nonzero a(n).
LINKS
FORMULA
a(n) = A077306(n)/n. - Amarnath Murthy, Nov 03 2002
EXAMPLE
a(11) = 82737383012865106529 as 11*82737383012865106529 = 910111213141516171819 is the concatenation of 11 numbers from 9 to 19.
MATHEMATICA
f[ n_ ] := Block[ {id = Range@n}, While[ k = FromDigits@ Flatten@ IntegerDigits@ id/n; !IntegerQ@k, id++ ]; k ]; Array[ f, 16 ] (* Robert G. Wilson v, Oct 19 2007 *)
CROSSREFS
Sequence in context: A323573 A230134 A007130 * A112960 A181041 A109856
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Aug 31 2002
EXTENSIONS
More terms from Rick L. Shepherd, Sep 03 2002
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 13:41 EDT 2024. Contains 371957 sequences. (Running on oeis4.)