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!)
A212048 Number of (w,x,y,z) with all terms in {1,...,n} and 3w*x=4*y*z. 2
0, 0, 0, 2, 14, 18, 30, 34, 74, 104, 128, 136, 216, 228, 260, 318, 438, 454, 554, 570, 718, 812, 868, 888, 1128, 1182, 1250, 1398, 1614, 1642, 1864, 1892, 2204, 2354, 2446, 2570, 2990, 3026, 3126, 3304, 3760, 3800, 4128, 4168, 4520, 4906, 5030 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Each term is divisible by 2. See A211795 for a guide to related sequences.
LINKS
MATHEMATICA
t = Compile[{{n, _Integer}}, Module[{s = 0},
(Do[If[3 w*x == 4 y*z, s = s + 1],
{w, 1, #}, {x, 1, #}, {y, 1, #}, {z, 1, #}] &[n]; s)]];
Map[t[#] &, Range[0, 50]] (* A212048 *)
%/2 (* integers *)
(* Peter J. C. Moses, Apr 13 2012 *)
CROSSREFS
Cf. A211795.
Sequence in context: A096508 A355169 A108029 * A322955 A266388 A032476
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 29 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 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)