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!)
A211513 Number of ordered triples (w,x,y) with all terms in {1,...,n} and 2*w^2=x*y. 2
0, 0, 2, 2, 4, 4, 6, 6, 10, 14, 16, 16, 18, 18, 20, 20, 24, 24, 32, 32, 34, 34, 36, 36, 40, 46, 48, 52, 54, 54, 56, 56, 66, 66, 68, 68, 76, 76, 78, 78, 82, 82, 84, 84, 86, 90, 92, 92, 96, 104, 118, 118, 120, 120, 128, 128, 132, 132, 134, 134, 136, 136, 138, 142 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
For a guide to related sequences, see A211422.
LINKS
MATHEMATICA
t[n_] := t[n] = Flatten[Table[2 w^2 - x*y, {w, 1, n}, {x, 1, n}, {y, 1, n}]]
c[n_] := Count[t[n], 0]
t = Table[c[n], {n, 0, 70}] (* A211513 *)
t/2 (* integers *)
CROSSREFS
Cf. A211422.
Sequence in context: A357454 A357452 A211511 * A309686 A320008 A127370
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 April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)