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!)
A212058 Number of (w,x,y,z) with all terms in {1,...,n} and w>=x*y*z. 3
0, 1, 5, 12, 25, 41, 66, 94, 132, 176, 229, 285, 359, 436, 522, 617, 727, 840, 971, 1105, 1257, 1418, 1588, 1761, 1964, 2173, 2391, 2619, 2865, 3114, 3390, 3669, 3969, 4278, 4596, 4923, 5286, 5652, 6027, 6411, 6825, 7242, 7686, 8133, 8598 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n)+A212057(n)=n^4. For a guide to related sequences, see A211795.
LINKS
FORMULA
a(n) = Sum_{i=1..n+1} Sum_{j=1..n+1} tau(i)*floor((n+1-j)/i). - Ridouane Oudra, Oct 03 2020
MATHEMATICA
t = Compile[{{n, _Integer}}, Module[{s = 0},
(Do[If[w >= x*y*z, s = s + 1],
{w, 1, #}, {x, 1, #}, {y, 1, #}, {z, 1, #}] &[n]; s)]];
Map[t[#] &, Range[0, 50]] (* A212058 *)
(* Peter J. C. Moses, Apr 13 2012 *)
CROSSREFS
Sequence in context: A274629 A082019 A336877 * A303854 A331714 A086168
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 30 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 18 03:33 EDT 2024. Contains 371767 sequences. (Running on oeis4.)