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!)
A211428 Number of ordered triples (w,x,y) with all terms in {-n,...,0,...,n} and 2*w^2+3*x*y=0. 2
1, 5, 9, 21, 25, 29, 49, 53, 65, 77, 81, 85, 105, 109, 113, 125, 137, 141, 161, 165, 169, 181, 185, 189, 225, 237, 241, 269, 273, 277, 305, 309, 329, 341, 345, 349, 377, 381, 385, 397, 409, 413, 433, 437, 441, 453, 457, 461, 497, 517, 545, 557, 561 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
For a guide to related sequences, see A211422.
LINKS
MATHEMATICA
t[n_] := t[n] = Flatten[Table[2 w^2 + 3 x*y, {w, -n, n}, {x, -n, n}, {y, -n, n}]]
c[n_] := Count[t[n], 0]
t = Table[c[n], {n, 0, 70}] (* A211428 *)
(t - 1)/4 (* integers *)
CROSSREFS
Cf. A211422.
Sequence in context: A175364 A244642 A211424 * A160720 A147552 A299776
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 10 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 04:04 EDT 2024. Contains 371782 sequences. (Running on oeis4.)