The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A211515 Number of ordered triples (w,x,y) with all terms in {1,...,n} and w^3=x*y. 2
0, 1, 1, 1, 3, 3, 3, 3, 6, 8, 8, 8, 8, 8, 8, 8, 10, 10, 12, 12, 12, 12, 12, 12, 14, 16, 16, 21, 21, 21, 21, 21, 25, 25, 25, 25, 27, 27, 27, 27, 29, 29, 29, 29, 29, 29, 29, 29, 31, 33, 35, 35, 35, 35, 39, 39, 41, 41, 41, 41, 41, 41, 41, 41, 48, 48, 48, 48, 48, 48, 48 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
For a guide to related sequences, see A211422.
LINKS
FORMULA
a(n) = Sum_{i=1..n} Sum_{j=1..n} A010057(i*j). - Ridouane Oudra, Oct 17 2020
MATHEMATICA
t[n_] := t[n] = Flatten[Table[w^3 - x*y, {w, 1, n}, {x, 1, n}, {y, 1, n}]]
c[n_] := Count[t[n], 0]
t = Table[c[n], {n, 0, 70}] (* A211515 *)
CROSSREFS
Sequence in context: A349926 A268443 A142716 * A260740 A255131 A280453
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 May 29 10:54 EDT 2024. Contains 372938 sequences. (Running on oeis4.)