Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A100438
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A100438 Number of distinct products i*j*k*l for 1 <= i < j < k < l <= n. +0
2
0, 0, 0, 1, 5, 13, 29, 50, 79, 111, 186, 219, 345, 428, 513, 610, 884, 991, 1387, 1535, 1742, 1994, 2671, 2833, 3319, 3719, 4154, 4474, 5751, 5985, 7575, 8121, 8803, 9593, 10401, 10785, 13303, 14371, 15414, 15988, 19379, 20089, 24103, 25237, 26369 (list; graph; listen)
OFFSET

1,5

MAPLE

f:=proc(n) local i, j, k, l, t1; t1:={}; for i from 1 to n-3 do for j from i+1 to n-2 do for k from j+1 to n-1 do for l from k+1 to n do t1:={op(t1), i*j*k*l}; od: od: od: od: t1:=convert(t1, list); nops(t1); end;

MATHEMATICA

f[n_] := Length[ Union[ Flatten[ Table[ i*j*k*l, {i, n}, {j, i + 1, n}, {k, j + 1, n}, {l, k + 1, n}]]]]; Table[ f[n], {n, 45}] (from Robert G. Wilson v Dec 14 2004)

CROSSREFS

Cf. A027425, A027430, A100435, A100436, A100437.

Sequence in context: A095085 A093836 A000328 this_sequence A129371 A130230 A106931

Adjacent sequences: A100435 A100436 A100437 this_sequence A100439 A100440 A100441

KEYWORD

nonn

AUTHOR

njas, Nov 21 2004

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Dec 14 2004

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research