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!)
A225523 Number of distinct products i*j over all pairs (i,j) with |i| + |j| <= n. 2
1, 1, 3, 5, 9, 11, 17, 21, 27, 33, 39, 43, 53, 59, 69, 79, 89, 97, 107, 117, 131, 143, 157, 167, 183, 195, 209, 223, 237, 249, 269, 283, 301, 317, 335, 353, 373, 389, 409, 427, 449, 465, 491, 509, 535, 557, 581, 603, 631, 657, 679 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
This sequence is in reply to an extension request made in A100449.
LINKS
MATHEMATICA
f[n_]:=Length[Complement[Union[Flatten[Table[If[Abs[i]+Abs[j]<=n, {i*j}], {i, -n, n}, {j, -n, n}], 1]], {Null}]]; Table[f[n], {n, 0, 100}]
CROSSREFS
Sequence in context: A117992 A015614 A138203 * A007952 A145819 A317827
KEYWORD
nonn,easy
AUTHOR
Robert Price, May 09 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 March 28 05:02 EDT 2024. Contains 371235 sequences. (Running on oeis4.)