MathGroup Archive 1998

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

Search the Archive

Re: Easy question: Infinite Series, Infinite Sequences


  • To: mathgroup@smc.vnet.net
  • Subject: [mg10371] Re: Easy question: Infinite Series, Infinite Sequences
  • From: "K. Nikolaj Berntsen" <berntsen@_nospam_bkm.dtu.dk>
  • Date: Mon, 12 Jan 1998 04:10:04 -0500
  • Organization: News Server at UNI-C, Danish Computing Centre for Research and Education.
  • References: <694asb$keb@smc.vnet.net>

> (input)    ListSequence[1/2^k, {k, 0, 5}] (output)    {1, 1/2, 1/4, 1/8,
> 1/16}
>

Try

    ListSequence[1/2^k,{k,0,5}] /. ListSequence->Table

N:-)

--
-------------------------------------------------------------- | Ph.D.
stud., cand.scient.                                  | | K. Nikolaj
Berntsen                                        | | Office: Department
of Structural Engineering and Materials | |         Technical
University of Denmark                    | |         Building 118, room
152                             | |         DK-2800 Lyngby             
| | URL:    http://www.bkm.dtu.dk/~knb                         |
--------------------------------------------------------------





  • Prev by Date: How to draw full text in graphics
  • Next by Date: Re: Math Problem in Mathematica
  • Prev by thread: Re: Easy question: Infinite Series, Infinite Sequences
  • Next by thread: RE: Re: Easy question: Infinite Series, Infinite Sequences