The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A062101 Squarefree numbers with every digit a squarefree number. 1
1, 2, 3, 5, 6, 7, 11, 13, 15, 17, 21, 22, 23, 26, 31, 33, 35, 37, 51, 53, 55, 57, 61, 62, 65, 66, 67, 71, 73, 77, 111, 113, 115, 122, 123, 127, 131, 133, 137, 151, 155, 157, 161, 163, 165, 166, 167, 173, 177, 211, 213, 215, 217, 221, 222, 223, 226, 227, 231, 233 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(9) = 15 is a squarefree number, 1 and 5 are also squarefree numbers.
MATHEMATICA
With[{sf={1, 2, 3, 5, 6, 7}}, Flatten[Table[Select[FromDigits/@ Tuples[ sf, n], SquareFreeQ], {n, 3}]]] (* Harvey P. Dale, Aug 09 2014 *)
CROSSREFS
Sequence in context: A359397 A098962 A073485 * A330597 A352336 A283599
KEYWORD
nonn,base,easy
AUTHOR
Amarnath Murthy, Jun 16 2001
EXTENSIONS
More terms from Reiner Martin, Jul 20 2001
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 May 16 05:56 EDT 2024. Contains 372549 sequences. (Running on oeis4.)