The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A211512 Number of ordered triples (w,x,y) with all terms in {1,...,n} and w^2=3x*y. 2
0, 0, 0, 2, 2, 2, 6, 6, 6, 8, 8, 8, 14, 14, 14, 16, 18, 18, 22, 22, 22, 24, 24, 24, 30, 32, 32, 38, 38, 38, 44, 44, 46, 48, 48, 48, 56, 56, 56, 58, 58, 58, 62, 62, 62, 66, 66, 66, 76, 80, 82, 84, 84, 84, 92, 92, 92, 94, 94, 94, 104, 104, 104, 108, 112, 112, 116 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
For a guide to related sequences, see A211422.
LINKS
MATHEMATICA
t[n_] := t[n] = Flatten[Table[w^2 - 3 x*y, {w, 1, n}, {x, 1, n}, {y, 1, n}]]
c[n_] := Count[t[n], 0]
t = Table[c[n], {n, 0, 70}] (* A211512 *)
t/2 (* integers *)
CROSSREFS
Cf. A211422.
Sequence in context: A214078 A155453 A032558 * A139552 A292140 A064943
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 14 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 May 23 09:40 EDT 2024. Contains 372760 sequences. (Running on oeis4.)