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!)
A211430 Number of ordered triples (w,x,y) with all terms in {-n,...,0,...,n} and w^2+x+y=0. 2
1, 7, 15, 25, 35, 49, 63, 77, 93, 111, 129, 147, 165, 187, 209, 231, 253, 275, 299, 325, 351, 377, 403, 429, 455, 485, 515, 545, 575, 605, 635, 665, 697, 731, 765, 799, 833, 867, 901, 935, 969, 1007, 1045, 1083, 1121, 1159, 1197, 1235, 1273, 1311 (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[w^2 + x + y, {w, -n, n}, {x, -n, n}, {y, -n, n}]]
c[n_] := Count[t[n], 0]
t = Table[c[n], {n, 0, 70}] (* A211430 *)
(t - 1)/2 (* integers *)
CROSSREFS
Cf. A211422.
Sequence in context: A329383 A284758 A334798 * A082111 A323483 A236582
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 August 2 14:38 EDT 2024. Contains 374848 sequences. (Running on oeis4.)