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!)
A074230 Numbers n such that A089509(n)=1. 1
1, 2, 3, 4, 6, 8, 9, 12, 16, 18, 19, 24, 25, 27, 29, 31, 32, 36, 37, 38, 47, 48, 50, 53, 54, 55, 57, 58, 59, 62, 64, 65, 72, 74, 75, 76, 81, 83, 85, 87, 93, 94, 96, 100, 103, 106, 108, 109, 110, 111, 113, 114, 115, 116, 118, 121, 124, 128, 130, 131, 137, 139 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The original name was: Kronecker(7,y) == mu(gcd(7,y)).
LINKS
MAPLE
select(t -> numtheory:-jacobi(7, t)=1, [$1..1000]); # Robert Israel, Jul 24 2016
PROG
(PARI) for (x=1, 200, for (y=1, 200, if (kronecker(x, y) == moebius(gcd(x, y)), write("km.txt", x, "; ", y, " : ", kronecker(x, y)))))
CROSSREFS
Cf. A089509.
Sequence in context: A081491 A048716 A010434 * A064438 A227731 A067947
KEYWORD
nonn
AUTHOR
Jon Perry, Sep 17 2002
EXTENSIONS
Name simplified by Robert Israel, Jul 24 2016.
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 13 03:04 EDT 2024. Contains 372497 sequences. (Running on oeis4.)