|
Search: id:A077293
|
|
|
| A077293 |
|
Partition the concatenation 1234567...of natural numbers into successive strings nontrivially (a(n) is not equal to n) such that the n-th string is a multiple of n. |
|
+0 16
|
|
| 12, 34, 567, 8, 910, 111213141516, 17181920, 2122232425262728, 293031, 323334353637383940, 41424344454647, 48, 49505152535455565758596061626364, 6566, 676869707172737475, 767778798081828384, 85, 868788
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
a(1) = 12, a(n) = smallest concatenation of next successive natural numbers that is a multiple of n, or 0 if no such concatenation exists.
a(1) = 1 would have given a trivial sequence 1,2,3,4,5....
Every partial concatenation is a left substring of the concatenation of natural numbers.
|
|
EXAMPLE
|
a(2) = 34 = 2*17; a(7) = 17181920 = 7*2454560.
|
|
CROSSREFS
|
Cf. A077294, A088597, A088598.
Sequence in context: A133294 A082240 A088596 this_sequence A053682 A033570 A163661
Adjacent sequences: A077290 A077291 A077292 this_sequence A077294 A077295 A077296
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Nov 03 2002
|
|
EXTENSIONS
|
Corrected and extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Oct 18 2003
|
|
|
Search completed in 0.002 seconds
|