login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A119867 Number of different values assumed by a*b+c*d as a,b,c,d range between 1 and n. 1
1, 6, 14, 25, 40, 57, 79, 103, 132, 165, 201, 239, 283, 329, 379, 434, 493, 554, 620, 688, 762, 839, 918, 1000, 1089, 1182, 1277, 1376, 1480, 1586, 1698, 1811, 1930, 2051, 2175, 2306, 2441 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

a(2)=6 since we can obtain 6 values, i.e., {2, 3, 4, 5, 6, 8}.

MATHEMATICA

Table[Length@Union@Flatten@Table[a*b + c*d, {a, n}, {b, n}, {c, n}, {d, n}], {n, 24}]

CROSSREFS

Cf. A119868.

Sequence in context: A010740 A185594 A095794 * A026055 A165986 A131951

Adjacent sequences:  A119864 A119865 A119866 * A119868 A119869 A119870

KEYWORD

nonn

AUTHOR

Giovanni Resta (g.resta(AT)iit.cnr.it), May 26 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 17:11 EST 2012. Contains 205938 sequences.