Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A090250
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A090250 Least multiple of n such that deleting the first r most significant digits yields a number divisible by n-r, for r = 0 to n-2. +0
1
1, 12, 114, 1120, 11120, 111120, 1111180, 11111600, 111120840, 1111120840, 11111216600, 111111216600, 1111132216480, 11111171444240, 111111171444240, 1111111171444240, 11111111177210000, 111111111177210000 (list; graph; listen)
OFFSET

1,2

EXAMPLE

a(5) = 11120, 5 divides 11120, 4 divides 1120, 3 divides 120, 2 divides 20.

MATHEMATICA

f[n_] := Block[{k = n*Ceiling[(10^n - 1)/(9n)]}, While[ Union[ Table[ Mod[ Mod[k, 10^j], j], {j, n}]] != {0}, k += n]; k]; Table[ f[n], {n, 18}] (from Robert G. Wilson v Sep 24 2004)

CROSSREFS

a(n) >= R_n (A002275).

Sequence in context: A006635 A062386 A080602 this_sequence A154247 A016204 A166777

Adjacent sequences: A090247 A090248 A090249 this_sequence A090251 A090252 A090253

KEYWORD

base,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Nov 27 2003

EXTENSIONS

Edited, corrected and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 24 2004

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 November 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research