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!)
A211923 Number of (w,x,y,z) with all terms in {1,...,n} and 2*w*x>=3*y*z. 3
0, 0, 5, 31, 96, 238, 504, 921, 1585, 2560, 3896, 5698, 8113, 11165, 15042, 19860, 25733, 32814, 41320, 51271, 63015, 76686, 92385, 110397, 131022, 154298, 180579, 210119, 243109, 279810, 320658, 365615, 415291, 469881, 529582, 594834, 666111, 743335, 827162 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n)+A211920(n)=n^4.
See A211795 for a guide to related sequences.
LINKS
MATHEMATICA
t = Compile[{{n, _Integer}}, Module[{s = 0},
(Do[If[2 w*x >= 3 y*z, s = s + 1],
{w, 1, #}, {x, 1, #}, {y, 1, #}, {z, 1, #}] &[n]; s)]];
Map[t[#] &, Range[0, 40]] (* A211923 *)
(* Peter J. C. Moses, Apr 13 2012 *)
CROSSREFS
Cf. A211795.
Sequence in context: A106909 A304659 A115519 * A362304 A024399 A183520
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 28 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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)