login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A211812 Number of 4-tuples (w,x,y,z) with all terms in {1,...,n} and w*x<=3*y*z. 2
0, 1, 15, 75, 224, 525, 1077, 1960, 3299, 5249, 7939, 11534, 16285, 22313, 29890, 39289, 50713, 64431, 80854, 100157, 122747, 148980, 179165, 213687, 253113, 297646, 347806, 404160, 467027, 536878, 614464, 700012, 794247, 897729 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n)+A211918(n)=n^4.
See A211795 for a guide to related sequences.
LINKS
MATHEMATICA
t = Compile[{{n, _Integer}}, Module[{s = 0},
(Do[If[w*x <= 3 y*z, s = s + 1],
{w, 1, #}, {x, 1, #}, {y, 1, #}, {z, 1, #}] &[n]; s)]];
Map[t[#] &, Range[0, 40]] (* A211812 *)
(* Peter J. C. Moses, Apr 13 2012 *)
CROSSREFS
Cf. A211795.
Sequence in context: A339518 A296193 A135916 * A266395 A260550 A051880
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 27 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 December 4 14:29 EST 2023. Contains 367563 sequences. (Running on oeis4.)