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!)
A080447 a(1) = 3, a(n) = smallest (nontrivial) multiple of a(n-1) containing n digits, a(n) not equal to 10*a(n-1). 8
3, 12, 108, 1188, 10692, 117612, 1058508, 11643588, 104792292, 1152715212, 10374436908, 114118805988, 1027069253892, 11297761792812, 101679856135308, 1118478417488388, 10066305757395492, 110729363331350412 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
ntm[n_]:=Module[{c=Ceiling[10^IntegerLength[n]/n]}, If[c==10, n(c+1), c n]]; NestList[ ntm, 3, 20] (* Harvey P. Dale, Aug 21 2022 *)
CROSSREFS
Sequence in context: A324313 A111485 A293126 * A127059 A178013 A068099
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Feb 23 2003
EXTENSIONS
More terms from Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 06 2003
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 23 09:48 EDT 2024. Contains 371905 sequences. (Running on oeis4.)