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!)
A226359 Number of ordered triples (i,j,k) with |i|, |j|, |k|, |i*j*k| <= n. 11
1, 27, 93, 183, 321, 459, 669, 855, 1121, 1379, 1685, 1967, 2393, 2723, 3125, 3551, 4049, 4475, 5045, 5519, 6137, 6707, 7301, 7871, 8681, 9323, 10013, 10735, 11545, 12259, 13189, 13951, 14881, 15739, 16621, 17527, 18673, 19579, 20557, 21559, 22753, 23755 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Robert Price and Charles R Greathouse IV, Table of n, a(n) for n = 0..10000 (terms through 100 from Robert Price)
MATHEMATICA
f[n_]:=Length[Complement[Union[Flatten[Table[If[Abs[i*j*k] <= n, {i, j, k}], {i, -n, n}, {j, -n, n}, {k, -n, n}], 2]], {Null}]]; Table[f[n], {n, 0, 100}]
PROG
(PARI) a(n)=12*n^2+6*n+1+8*sum(i=1, n, n\i*numdiv(i)) \\ Charles R Greathouse IV, Jun 04 2013
CROSSREFS
Sequence in context: A228600 A286192 A101100 * A078183 A072252 A154041
KEYWORD
nonn
AUTHOR
Robert Price, Jun 04 2013
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 14 05:21 EDT 2024. Contains 372528 sequences. (Running on oeis4.)