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!)
A211632 Number of ordered triples (w,x,y) with all terms in {-n,...-1,1,...,n} and 2w^2>x^2+y^2. 2
0, 0, 24, 88, 224, 448, 776, 1224, 1840, 2640, 3624, 4840, 6304, 8016, 10008, 12328, 14976, 17952, 21336, 25112, 29296, 33920, 39016, 44568, 50640, 57264, 64440, 72168, 80496, 89456, 99032, 109256, 120208, 131840, 144168, 157288 (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[2 w^2 > x^2 + y^2,
s = s + 1], {w, #}, {x, #}, {y, #}] &[
Flatten[{Reverse[-#], #} &[Range[1, u]]]]; s)]];
Map[t[#] &, Range[0, 50]] (* A211632 *)
%/8 (* integers *)
CROSSREFS
Cf. A211422.
Sequence in context: A304375 A044211 A044592 * A305888 A233644 A010012
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 April 19 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)