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!)
A177055 Numbers k such that each decimal digit is a quadratic non-residue modulo k. 1
22, 25, 26, 32, 35, 36, 38, 52, 53, 56, 63, 65, 66, 72, 75, 76, 77, 78, 85, 88, 222, 225, 228, 232, 235, 236, 237, 252, 255, 256, 258, 262, 266, 267, 268, 272, 273, 275, 276, 282, 283, 285, 286, 288, 323, 325, 332, 333, 335, 336, 352, 353, 357, 368, 372, 375, 376, 377, 385, 387, 522, 523, 525, 528, 532, 533, 535, 536 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The digits 0,1,4,9 are squares, so no members of the sequence have those digits. - Robert Israel, Apr 03 2017
LINKS
EXAMPLE
75 is in the sequence because neither 7 nor 5 is a square mod 75. - Corrected by Robert Israel, Apr 03 2017
MAPLE
isA177055 := proc(n) local d; for d in convert(n, base, 10) do if numtheory[quadres](d, n) <> -1 then return false; end if; end do; return true; end proc:
for n from 1 to 140 do if isA177055(n) then printf("%d, ", n) ; end if ; end do: # R. J. Mathar, Dec 12 2010
CROSSREFS
Sequence in context: A061411 A053779 A177734 * A186780 A034304 A167459
KEYWORD
nonn,base,less
AUTHOR
Michel Lagneau, Dec 09 2010
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 10:51 EDT 2024. Contains 371967 sequences. (Running on oeis4.)