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!)
A263016 Numbers n such that A263014(n) > 0. 3
20, 24, 40, 48, 60, 80, 96, 120, 140, 156, 160, 180, 192, 240, 260, 272, 280, 312, 320, 336, 340, 360, 384, 408, 420, 460, 468, 480, 520, 540, 544, 560, 580, 600, 624, 640, 672, 680, 696, 720, 740, 768, 780 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
sumin[n_, k_] := Mod[Sum[If[GCD[i, n] == 1, PowerMod[i, k, n], 0], {i, 1, n}], n]; Select[Range[100], sumin[#, #] > 0 &]
CROSSREFS
Sequence in context: A214177 A044996 A347190 * A107302 A219392 A193572
KEYWORD
nonn
AUTHOR
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)