login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A211517 Number of ordered triples (w,x,y) with all terms in {1,...,n} and w^3=(x+y)^2. 2
0, 0, 0, 0, 1, 3, 5, 7, 7, 7, 7, 7, 7, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 33, 33, 33, 33, 33, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 98, 100, 102, 104, 106, 108 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,6

COMMENTS

For a guide to related sequences, see A211422.

LINKS

Table of n, a(n) for n=0..68.

MATHEMATICA

t[n_] := t[n] = Flatten[Table[w^3 - (x + y)^2, {w, 1, n}, {x, 1, n}, {y, 1, n}]]

c[n_] := Count[t[n], 0]

t = Table[c[n], {n, 0, 80}]  (* A211517 *)

CROSSREFS

Cf. A211422.

Sequence in context: A130159 A127314 A092257 * A104199 A103470 A064002

Adjacent sequences:  A211514 A211515 A211516 * A211518 A211519 A211520

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 | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 19 07:18 EDT 2013. Contains 225429 sequences.