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!)
A211652 Number of ordered triples (w,x,y) with all terms in {1,...,n} and w^4<x^4+y^4. 2
0, 1, 7, 22, 50, 95, 161, 253, 374, 528, 721, 955, 1236, 1567, 1953, 2396, 2902, 3475, 4117, 4837, 5634, 6516, 7485, 8545, 9700, 10956, 12316, 13783, 15365, 17062, 18880, 20821, 22892, 25096, 27437, 29921, 32548, 35324, 38256, 41345 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
For a guide to related sequences, see A211422.
LINKS
MATHEMATICA
t = Compile[{{n, _Integer}}, Module[{s = 0},
(Do[If[w^4 < x^4 + y^4, s = s + 1],
{w, 1, #}, {x, 1, #}, {y, 1, #}] &[n]; s)]];
Map[t[#] &, Range[0, 50]] (* A211652 *)
(* Peter J. C. Moses, Apr 13 2012 *)
CROSSREFS
Cf. A211422.
Sequence in context: A129109 A224141 A002412 * A211650 A211792 A211635
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 19 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 9 19:33 EDT 2024. Contains 372354 sequences. (Running on oeis4.)