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!)
A076786 Squarefree numbers such that in decimal representation all their prefixes are also squarefree. 1
1, 2, 3, 5, 6, 7, 10, 11, 13, 14, 15, 17, 19, 21, 22, 23, 26, 29, 30, 31, 33, 34, 35, 37, 38, 39, 51, 53, 55, 57, 58, 59, 61, 62, 65, 66, 67, 69, 70, 71, 73, 74, 77, 78, 79, 101, 102, 103, 105, 106, 107, 109, 110, 111, 113, 114, 115, 118, 119, 130, 131, 133, 134, 137 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
m is a term iff A008966(floor(m/10^k))=1 for 0<=k<=A004216(n);
a(n)=A005117(n) for n<=26, but A005117(27)=41 is not a term, as 4=2^2 is not squarefree.
LINKS
EXAMPLE
143=11*13 is a term, as also 14=2*7 and 1 are squarefree.
MATHEMATICA
Select[Range[200], AllTrue[FromDigits/@Table[Take[IntegerDigits[#], {1, n}], {n, IntegerLength[#]}], SquareFreeQ]&] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Aug 23 2020 *)
CROSSREFS
Sequence in context: A005117 A144338 A077377 * A298540 A326535 A358977
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Nov 16 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 19 11:31 EDT 2024. Contains 371792 sequences. (Running on oeis4.)