Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A069863
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A069863 Smallest concatenation > n of decreasing numbers starting with n up to (n-k) that is divisible by n. a(n) = n only if no such number > n exists. i.e. k = 0 only if no other value of k gives such a number. +0
1
10, 210, 321, 432, 543210, 654, 7, 8765432, 987654321, 109876543210, 11, 1211109876, 13, 14131211109876, 151413121110, 1615141312, 171615, 181716151413121110, 19181716, 20, 21, 2221201918171615141312, 23 (list; graph; listen)
OFFSET

1,1

COMMENT

Question: For what values of n, k = n. i.e. 1,2,5,10, etc.

a(n) = n for n being: 7, 11, 13, 20, 21, 23, 25, 26, 29, 31, 37, 38, 39, 50, 52, 53, 58, 59, 62, 63, 65, 67, 71, 74, 81, 82, 85, 89, 91, 92, 95, 97, 100, 101, 106, 115, 116, 118, 130, 133, 145, 146, 152, 159, 169, 173, 175, 178, 182, 184, 185, 195, 196, 200, 212, 213, 214, 215, 217, 220, 221, 224, 227, 229, 230, 232, 235, 236, 239, 243, 250.

EXAMPLE

a(7) = 7 the corresponding k = 0, a(2) =210, k=2. a(4) = 432, k = 2.

MATHEMATICA

f[n_] := Block[{j = n, k = n - 1}, While[j = ToExpression[ StringJoin[ ToString[j], ToString[k]]]; !IntegerQ[j/n] && k > -1, k-- ]; If[k == -1, Return[n], Return[j]]]; Table[f[n], {n, 1, 30}]

CROSSREFS

Cf. A069860, A069861, A069862.

Adjacent sequences: A069860 A069861 A069862 this_sequence A069864 A069865 A069866

Sequence in context: A027014 A088746 A112364 this_sequence A067642 A052245 A052246

KEYWORD

base,nonn,uned

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 18 2002

EXTENSIONS

Edited by Robert G. Wilson v (rgwv(AT)rgwv.com), Apr 22 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified May 16 23:01 EDT 2008. Contains 139884 sequences.


AT&T Labs Research