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!)
A211432 Number of ordered triples (w,x,y) with all terms in {-n,...,0,...,n} and w^2=x^2+y^2. 3
1, 9, 17, 25, 33, 57, 65, 73, 81, 89, 113, 121, 129, 153, 161, 185, 193, 217, 225, 233, 257, 265, 273, 281, 289, 329, 353, 361, 369, 393, 417, 425, 433, 441, 465, 489, 497, 521, 529, 553, 577, 601, 609, 617, 625, 649, 657, 665, 673, 681, 721, 745 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
For a guide to related sequences, see A211422.
LINKS
MATHEMATICA
t[n_] := t[n] = Flatten[Table[-w^2 + x^2 + y^2, {w, -n, n}, {x, -n, n}, {y, -n, n}]]
c[n_] := Count[t[n], 0]
t = Table[c[n], {n, 0, 70}] (* A211432 *)
(t - 1)/8 (* integers *)
CROSSREFS
Cf. A211422.
Sequence in context: A017077 A004768 A226323 * A211422 A035198 A271186
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 10 2012
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)