MathGroup Archive 2001

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Re: Question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg28081] Re: [mg28060] Re: Question
  • From: BobHanlon at aol.com
  • Date: Fri, 30 Mar 2001 04:12:31 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

{L1, L2, L3} = Table[(i-1)*(n+1-i/2), {n, 4, 6}, {i, 1, n}]

Bob Hanlon

In a message dated 2001/3/29 3:58:16 AM, yesgoyes at ebox.tninet.se writes:

>I am looking for the formula to create the following sets L1, L2 and L3
>of 
>numbers using 
>Sum or Table and following the principle
>Table[?,{i,1,n,1}]     n=4,5,6
>
>Thanks in advance. Per Lundgren, Sweden
>yesgoyes at ebox.tninet.se
>:";
>
>L1 = {0, 4, 7, 9}
>L2 = {0, 5, 9, 12, 14}
>L3 = {0, 6, 11, 15, 18, 20}
>


  • Prev by Date: Re: Comments on developer conferences
  • Next by Date: Re: Strange behavior of NSum on 4.0
  • Previous by thread: Re: Question
  • Next by thread: Re: Question