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!)
A102533 Number of distinct values of i*j + j*k + k*i with 1 <= i < j <= k <= n. 3
0, 1, 4, 10, 20, 35, 50, 72, 100, 129, 163, 203, 244, 290, 346, 400, 461, 526, 600, 676, 756, 836, 925, 1018, 1117, 1220, 1325, 1435, 1554, 1683, 1811, 1938, 2078, 2212, 2367, 2526, 2677, 2835, 3003, 3169, 3350, 3527, 3714, 3898, 4099, 4304, 4498, 4713 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
f[n_] := Length[ Union[ Flatten[ Table[i*j + j*k + k*i, {i, n}, {j, i + 1, n}, {k, j, n}] ]]]; Table[ f[n], {n, 48}]
CROSSREFS
Sequence in context: A301162 A353128 A362072 * A341133 A008033 A047954
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jan 13 2005
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)