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!)
A211631 Number of ordered triples (w,x,y) with all terms in {-n,...-1,1,...,n} and w^2>x^2+y^2. 2
0, 0, 8, 40, 104, 208, 384, 624, 952, 1384, 1920, 2584, 3368, 4304, 5416, 6696, 8160, 9808, 11680, 13784, 16120, 18696, 21552, 24672, 28064, 31752, 35768, 40128, 44808, 49816, 55200, 60952, 67112, 73664, 80624, 88032, 95848, 104120 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
For a guide to related sequences, see A211422.
LINKS
MATHEMATICA
t = Compile[{{u, _Integer}},
Module[{s = 0}, (Do[If[w^2 > x^2 + y^2,
s = s + 1], {w, #}, {x, #}, {y, #}] &[
Flatten[{Reverse[-#], #} &[Range[1, u]]]]; s)]];
Map[t[#] &, Range[0, 50]] (* A211631 *)
%/8 (* integers *)
(* Peter J. C. Moses, Apr 13 2012 *)
CROSSREFS
Cf. A211422.
Sequence in context: A305075 A069083 A014642 * A279273 A143943 A135796
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 17 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 May 8 13:24 EDT 2024. Contains 372333 sequences. (Running on oeis4.)