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!)
A226600 Number of ordered triples (i,j,k) with i*j*k <= n and i,j,k >= 0. 3
1, 8, 23, 44, 74, 107, 152, 197, 255, 315, 384, 453, 543, 624, 717, 816, 927, 1032, 1158, 1275, 1413, 1548, 1689, 1830, 2004, 2160, 2325, 2497, 2683, 2860, 3067, 3256, 3469, 3676, 3889, 4108, 4360, 4585, 4822, 5065, 5335, 5584, 5863, 6124, 6406, 6694, 6979 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..5000 (terms n = 0..100 from Robert Price)
FORMULA
a(n) = A003215(n) + A061201(n). - Alois P. Heinz, Jun 13 2013
MATHEMATICA
f[n_] := Length[Complement[Union[Flatten[Table[If[i*j*k <= n, {i, j, k}], {i, 0, n}, {j, 0, n}, {k, 0, n}], 2]], {Null}]]; Table[f[n], {n, 0, 100}]
CROSSREFS
Sequence in context: A212458 A114381 A139433 * A178072 A351966 A185257
KEYWORD
nonn
AUTHOR
Robert Price, Jun 13 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 April 19 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)