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!)
A239680 Number of pairs (x,y) in {0,...,n-1}^2 such that x^2+y^2 divides n. 0
0, 3, 2, 5, 4, 3, 2, 6, 4, 7, 2, 5, 4, 3, 4, 8, 4, 6, 2, 11, 2, 3, 2, 6, 8, 7, 4, 5, 4, 7, 2, 9, 2, 7, 4, 10, 4, 3, 4, 14, 4, 3, 2, 5, 8, 3, 2, 8, 4, 14, 4, 11, 4, 6, 4, 6, 2, 7, 2, 11, 4, 3, 4, 11, 10, 3, 2, 11, 2, 7, 2, 12, 4, 7, 8, 5, 2, 7, 2, 18, 6, 7, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
A[n_] := Sum[If[GCD[a^2 + b^2, n] == a^2 + b^2, 1, 0], {a, 0, n - 1}, {b, 0, n - 1}]; Array[A, 100]
CROSSREFS
Sequence in context: A205850 A204890 A307775 * A128076 A076243 A140061
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 May 7 09:38 EDT 2024. Contains 372302 sequences. (Running on oeis4.)