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!)
A074109 Smallest n-digit squarefree number. 1
2, 10, 101, 1001, 10001, 100001, 1000001, 10000001, 100000001, 1000000001, 10000000001, 100000000002, 1000000000001, 10000000000001, 100000000000001, 1000000000000001, 10000000000000001, 100000000000000001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For n>=3, a(n) = 10^(n-1)+1 unless n-1 is in A086982. - Robert Israel, Mar 23 2020
LINKS
MATHEMATICA
Join[{2}, Table[x = 10^n; k = 0; While[! SquareFreeQ[y = x + k], k++]; y, {n, 19}]] (* Jayanta Basu, Aug 01 2013 *)
CROSSREFS
Sequence in context: A324241 A188193 A228120 * A291101 A036336 A070842
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Aug 26 2002
EXTENSIONS
More terms from Matthew Conroy, Aug 27 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 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)