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!)
A211797 Number of 4-tuples (w,x,y,z) with all terms in {1,...,n} and w*x>2*y*z. 3
0, 0, 1, 15, 55, 156, 338, 666, 1159, 1905, 2950, 4399, 6275, 8748, 11847, 15721, 20450, 26228, 33078, 41271, 50799, 61947, 74832, 89674, 106480, 125659, 147291, 171618, 198767, 229139, 262698, 300007, 340983, 386100, 435544, 489598 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
a(n)+A211787(n)=n^4.
See A211795 for a guide to related sequences.
LINKS
MATHEMATICA
t = Compile[{{n, _Integer}}, Module[{s = 0},
(Do[If[w*x > 2 y*z, s = s + 1], {w, 1, #},
{x, 1, #}, {y, 1, #}, {z, 1, #}] &[n]; s)]];
Map[t[#] &, Range[0, 40]] (* A211797 *)
(* Peter J. C. Moses, Apr 13 2012 *)
CROSSREFS
Cf. A211795.
Sequence in context: A179741 A144312 A062025 * A172436 A119134 A119658
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 April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)