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!)
A211921 Number of (w,x,y,z) with all terms in {1,...,n} and 2w*x<=3*y*z. 3
0, 1, 11, 58, 176, 407, 840, 1536, 2591, 4133, 6268, 9119, 12895, 17684, 23706, 31201, 40315, 51239, 64352, 79770, 97829, 118795, 142947, 170548, 202114, 237757, 277915, 323080, 373489, 429449, 491670, 560274, 635851, 718858, 809692 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n)+A211922(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]] (* A211921 *)
(* Peter J. C. Moses, Apr 13 2012 *)
CROSSREFS
Cf. A211795.
Sequence in context: A285448 A048366 A107425 * A211795 A256226 A290360
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 19 16:38 EDT 2024. Contains 371794 sequences. (Running on oeis4.)