login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A074230 Kronecker(7,y) == mu(gcd(7,y)). 0
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, 141, 143 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

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

Sequence in context: A081491 A048716 A010434 * A064438 A067947 A053640

Adjacent sequences:  A074227 A074228 A074229 * A074231 A074232 A074233

KEYWORD

nonn

AUTHOR

Jon Perry (perry(AT)globalnet.co.uk), Sep 17 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 09:27 EST 2012. Contains 205904 sequences.