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!)
A062084 Squarefree numbers such that every digit as well as sum of the digits is a squarefree number. 1
1, 2, 3, 5, 6, 7, 11, 15, 21, 23, 33, 37, 51, 55, 61, 65, 67, 73, 77, 111, 113, 115, 122, 123, 127, 131, 133, 137, 151, 155, 157, 163, 166, 167, 173, 177, 213, 217, 221, 222, 223, 226, 227, 231, 235, 253, 257, 262, 263, 265, 266, 267, 271, 311, 313, 317, 321 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(7) = 23 is a squarefree number, 2 and 3 are squarefree numbers and the sum of the digits 5 is also a squarefree number.
MATHEMATICA
asfQ[n_]:=AllTrue[Flatten[{n, IntegerDigits[n], Total[IntegerDigits[ n]]}], SquareFreeQ]; Select[Range[350], asfQ] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Jul 14 2021 *)
CROSSREFS
Sequence in context: A023798 A369635 A362455 * A331394 A273524 A098959
KEYWORD
nonn,base,easy
AUTHOR
Amarnath Murthy, Jun 16 2001
EXTENSIONS
Corrected and extended by Larry Reeves (larryr(AT)acm.org), Jun 19 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 April 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)