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!)
A124896 Number of squarefree numbers of the form n^2 + k^2, 1<=k<=n. 1
1, 1, 2, 1, 4, 2, 5, 4, 6, 4, 9, 3, 11, 6, 7, 7, 14, 5, 16, 8, 11, 8, 19, 7, 20, 11, 16, 12, 24, 8, 26, 15, 18, 15, 23, 11, 33, 16, 21, 15, 34, 10, 38, 19, 23, 20, 41, 15, 38, 19, 29, 22, 46, 15, 38, 22, 33, 26, 53, 15, 52, 26, 32, 30, 48, 18, 59, 30, 40, 22, 62, 21, 64, 32, 39, 34 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(n) = Sum(A008966(A070216(n,k)):1<=k<=n) = Sum(ABS(A124895(n,k)):1<=k<=n).
0 < a(n) <= n-1.
LINKS
MATHEMATICA
Count[#, _?SquareFreeQ]&/@Table[n^2+k^2, {n, 80}, {k, n}] (* Harvey P. Dale, Mar 30 2012 *)
CROSSREFS
Sequence in context: A370153 A270439 A106044 * A008742 A029136 A001479
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 12 2006
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 September 13 22:05 EDT 2024. Contains 375910 sequences. (Running on oeis4.)