reference documentation on sequence

This page contains reference informations on sequence :

semantic web on sequence

You can find analogies of sequence :

   Advertising ▼

sensagent's office

Shortkey or widget. Free.

Windows Shortkey: sensagent. Free.

Vista Widget : sensagent. Free.

Alexandria PC. 29€.

For Windows or Vista. One/dble click, Ctrl+F10. For all softwares (word, excel, etc.). No adds.

Webmaster Solution

Alexandria

A windows (pop-into) of information (full-content of Sensagent) triggered by double-clicking any word on your webpage. Give contextual explanation and translation from your sites !

Try here  or   get the code

SensagentBox

With a SensagentBox, visitors to your site can access reliable information on over 5 million pages provided by Sensagent.com. Choose the design that fits your site.

Business solution

Improve your site content

Add new content to your site from Sensagent by XML.

Crawl products or adds

Get XML access to reach the best products.

Index images and define metadata

Get XML access to fix the meaning of your metadata.


Please, email us to describe your idea.

WordGame

The English word games are:
○   Anagrams
○   Wildcard, crossword
○   Lettris
○   Boggle.

Lettris

Lettris is a curious tetris-clone game where all the bricks have the same square shape but different content. Each square carries a letter. To make squares disappear and save space for other squares you have to assemble English words (left, right, up, down) from the falling squares.

boggle

Boggle gives you 3 minutes to find as many words (3 letters or more) as you can in a grid of 16 letters. You can also try the grid of 16 letters. Letters must be adjacent and longer words score better. See if you can get into the grid Hall of Fame !

English dictionary
Main references

Most English definitions are provided by WordNet .
English thesaurus is mainly derived from The Integral Dictionary (TID).
English Encyclopedia is licensed by Wikipedia (GNU).

Translation

Change the target language to find translations.
Tips: browse the semantic fields (see From ideas to words) in two languages to learn more.

Copyrights

The wordgames anagrams, crossword, Lettris and Boggle are provided by Memodata.
The web service Alexandria is granted from Memodata for the Ebay search.
The SensagentBox are offered by sensAgent.

last searches on the dictionary :

ORTEN · YEGG · molo · Fag stag · asterion ·
2244 online visitors

computed in 0.016s

   Advertising 

Screen ▼    Language ▼    Favorites ▼   

 » 

Define your source and target languages.

Results Summary
 definitions   synonyms   phrases   semantic net   anagrams   crosswords   conjugation   example   wikipedia   Ebay   Amazon   translations 
 
definitions

sequence (n.)

1.the action of following in order"he played the trumps in sequence"

2.film consisting of a succession of related shots that develop a given subject in a movie

3.a following of one thing after another in time"the doctor saw a sequence of patients"

4.several repetitions of a melodic phrase in different keys

5.serial arrangement in which things follow in logical order or a recurrent pattern"the sequence of names was alphabetical" "he invented a technique to determine the sequence of base pairs in DNA"

sequence (v.)

1.arrange in a sequence

2.determine the order of constituents in"They sequenced the human genome"

 
synonyms
 
phrases
 
analogic tree

sequence (n.)

tid

sequence[ClasseHyper.]

sequence (n.)

sequence (n.)

sequence (n.)

sequence (n.)

sequence (v.)

sequence (v.)

 
Wikipedia

Sequence

From Wikipedia, the free encyclopedia

You have new messages (last change).

In mathematics, a sequence is an ordered list of objects (or events). Like a set, it contains members (also called elements or terms), and the number of terms (possibly infinite) is called the length of the sequence. Unlike a set, order matters, and the exact same elements can appear multiple times at different positions in the sequence.

For example, (C,R,Y) is a sequence of letters that differs from (Y,C,R), as the ordering matters. Sequences can be finite, as in this example, or infinite, such as the sequence of all even positive integers (2,4,6,...).

Contents

  • 1 Examples and notation
  • 2 Types and properties of sequences
  • 3 Sequences in analysis
  • 4 Series
  • 5 Infinite sequences in theoretical computer science
  • 6 Sequences as vectors
  • 7 Doubly-infinite sequences
  • 8 See also
  • 9 External links

Examples and notation

There are various and quite different notions of sequences in mathematics, some of which (e.g., exact sequence) are not covered by the notations introduced below.

A sequence may be denoted (a1,a2, ...). For shortness, the notation (an) is also used.

A more formal definition of a finite sequence with terms in a set S is a function from {1,2,...,n} to S for some n≥0. An infinite sequence in S is a function from {1,2,...} (the set of natural numbers) to S.

A finite sequence is also called an n-tuple. A function from all integers into a set is sometimes called a bi-infinite sequence, since it may be thought of as a sequence indexed by negative integers grafted onto a sequence indexed by positive integers.

Finite sequences include the null sequence ( ) that has no elements.

Types and properties of sequences

A subsequence of a given sequence is a sequence formed from the given sequence by deleting some of the elements without disturbing the relative positions of the remaining elements.

If the terms of the sequence are a subset of an ordered set, then a monotonically increasing sequence is one for which each term is greater than or equal to the term before it; if each term is strictly greater than the one preceding it, the sequence is called strictly monotonically increasing. A monotonically decreasing sequence is defined similarly. Any sequence fulfilling the monotonicity property is called monotonic or monotone. This is a special case of the more general notion of monotonic function.

The terms non-decreasing and non-increasing avoid any possible confusion with strictly increasing and strictly decreasing, respectively, see also strict.

If the terms of a sequence are integers, then the sequence is an integer sequence. If the terms of a sequence are polynomials, then the sequence is a polynomial sequence.

If S is endowed with a topology, then it is possible to talk about convergence of an infinite sequence in S. This is discussed in detail in the article about limits.

Sequences in analysis

In mathematical analysis, when talking about sequences, one usually understands sequences of the form

(x1,x2,x3,...) or (x0,x1,x2,...)

i.e. infinite sequences of elements indexed by natural numbers. (It may be convenient to have the sequence start with an index different from 1 or 0. For example, the sequence defined by xn = 1/log(n) would be defined only for n\ge2. When talking about such infinite sequences, it is usually sufficient (and does not change much for most considerations) to assume that the members of the sequence are defined at least for all indices large enough, that is, greater than some given N.)

The most elementary type of sequences are numerical ones, that is, sequences of real or complex numbers. This type can be generalized to sequences of elements of some vector space. In analysis, the vector spaces considered are often function spaces. Even more generally, one can study sequences with elements in some topological space.

Series

The sum of a sequence is a series. More precisely, if (x1,x2,x3,...) is a sequence, one may consider the sequence of partial sums (S1,S2,S3,...), with

S_n=x_1+x_2+\dots + x_n=\sum\limits_{i=1}^{n}x_i.

Formally, this pair of sequences comprises the series with the terms x1,x2,x3,..., which is denoted as

\sum\limits_{i=1}^{\infty}x_i.

If the sequence of partial sums is convergent, one also uses the infinite sum notation for its limit. For more details, see series.

Infinite sequences in theoretical computer science

Infinite sequences of digits (or characters) drawn from a finite alphabet are of particular interest in theoretical computer science. They are often referred to simply as sequences (as opposed to finite strings). Infinite binary sequences, for instance, are infinite sequences of bits (characters drawn from the alphabet {0,1}). The set \mathcal{C}=\{0,1\}^\infty of all infinite, binary sequences is sometimes called the Cantor space.

An infinite binary sequence can represent a formal language (a set of strings) by setting the nth bit of the sequence to 1 if and only if the nth string (in shortlex order) is in the language. Therefore, the study of complexity classes, which are sets of languages, may be regarded as studying sets of infinite sequences.

An infinite sequence drawn from the alphabet {0,1,...,b-1} may also represent a real number expressed in the base-b positional number system. This equivalence is often used to bring the techniques of real analysis to bear on complexity classes.

Sequences as vectors

Sequences over a field may also be viewed as vectors in a vector space. Specifically, the set of F-valued sequences (where F is a field) is a function space (in fact, a product space) of F-valued functions over the set of natural numbers.

Doubly-infinite sequences

Normally, the term infinite sequence refers to a sequence which is infinite in one direction, and finite in the other -- the sequence has a first element, but no final element (a singly-infinite sequence). A doubly-infinite sequence is infinite in both directions -- it has no final element, but it has no first element either. Singly-infinite sequences are functions from the natural numbers (N) to some set, whereas doubly-infinite sequences are functions from the integers (Z) to some set.

See also

  • Cauchy sequence
  • Farey sequence
  • Thue-Morse sequence
  • Look-and-say sequence
  • Fibonacci sequence
  • Net (topology) (a generalization of sequences)
  • Sequence space
  • Arithmetic progression
  • Geometric progression
  • limit of a sequence
  • List (computing)
  • Tuple
  • Permutation

External links

  • The On-Line Encyclopedia of Integer Sequences
Retrieved from "http://en.wikipedia.org../../../s/e/q/Sequence.html"

This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer) . Donate to wikipedia.

Licence : Wikipedia. This article is licensed under the GNU Free Documentation License.

eBay
  

Reading the Lives of Others: A Sequence for Writers (1.0 USD)

Commercial use of this term

Mrs. Dalloway's Party: A Short-Story Sequence, Virginia (1.0 USD)

Commercial use of this term

Sequence by Lori Andrews (2007) (1.0 USD)

Commercial use of this term

For Everything There Is a Season: The Sequence of Natur (1.0 USD)

Commercial use of this term

A Sequence for Academic Writing, Laurence Behrens, Leon (1.0 USD)

Commercial use of this term

Sequence (2006) (1.0 USD)

Commercial use of this term

Purchase on eBay and linguistic helpers
Definitions and translations available with 1 double-click !

   Advertising ▼

Other commercial uses on eBay

The Grey King (The Dark is Rising Sequence): Susan Coop (1.0 USD)

Commercial use of this term

Faith Of Tarot (Tarot Sequence), Books (1.0 USD)

Commercial use of this term

Song Quest (The Echorium Sequence, Book 1), Katherine R (1.0 USD)

Commercial use of this term

Reading the Lives of Others: A Sequence for Writers (1.0 USD)

Commercial use of this term

Mrs. Dalloway's Party: A Short-Story Sequence, Virginia (1.0 USD)

Commercial use of this term

Sequence by Lori Andrews (2007) (1.0 USD)

Commercial use of this term

For Everything There Is a Season: The Sequence of Natur (1.0 USD)

Commercial use of this term

A Sequence for Academic Writing, Laurence Behrens, Leon (1.0 USD)

Commercial use of this term

Sequence (2006) (1.0 USD)

Commercial use of this term

Vacuum Diagrams: Stories of the Xeelee Sequence, Stephe (1.0 USD)

Commercial use of this term

The Siege of Eternity (Eschaton Sequence), Frederik Poh (1.0 USD)

Commercial use of this term

A Sequence for Academic Writing 0321081331 (1.0 USD)

Commercial use of this term

The Silver Child: Book one of the Silver Sequence (Midd (1.0 USD)

Commercial use of this term

The Silver Child (Silver Sequence), Cliff McNish, Accep (1.0 USD)

Commercial use of this term

HELLO KITTY PINK SEQUENCE SANDAL TODDLER GIRLS SIZE 7 (1.0 USD)

Commercial use of this term

Context: Book II of the Nulapeiron Sequence, John Meane (1.49 USD)

Commercial use of this term

SEQUENCE BY LORI ANDREWS (1.5 USD)

Commercial use of this term

RELEASE WITH YOGA VHS TAPE - SEQUENCE OF 18 POSTURES NE (1.59 USD)

Commercial use of this term

Vision of Tarot by Piers Anthony PB Tarot Sequence #2 (1.68 USD)

Commercial use of this term

Sequence (Dr. Alexandra Blake Novels) by Lori Andrews (1.75 USD)

Commercial use of this term

Pretty pink "dressy" dress, girls sz 12, with sequence. (1.75 USD)

Commercial use of this term

NIP Christmas cards sequence stocking design 12 count (1.99 USD)

Commercial use of this term

Ladies - XS Express Spaghetti Strap Top w/ Sequence (1.99 USD)

Commercial use of this term

Sequence Game Autism, PECS, ABA, speech, therapy (1.99 USD)

Commercial use of this term

PINK SEQUENCE TOP with BLACK CAPRI's - GIRLS Size:7/8 (1.99 USD)

Commercial use of this term

2 Susan Cooper - The Dark Is Rising Sequence - PB - EUC (2.0 USD)

Commercial use of this term

2)2003 A $1 ONE MINNEAPOLIS UNCIRCULATED SEQUENCE RARE* (2.0 USD)

Commercial use of this term

2)2003A $1 ONE ATLANTA UNCIRCULATED SEQUENCE FANCY NO.* (2.0 USD)

Commercial use of this term

2)2003 A $1 ONE CHICAGO UNCIRCULATED SEQUENCE RARE***** (2.0 USD)

Commercial use of this term

2)2003 A $1 ONE SAN FRANCISCO UNCIRCULATED SEQUENCE**** (2.0 USD)

Commercial use of this term

EXPRESS Red Sequence Sweater Halter Size S (2.0 USD)

Commercial use of this term

SM or Juvenile Size Sequence Santa Hats (2.25 USD)

Commercial use of this term

Song Quest (The Echorium Sequence, Book 1) by Katherine (2.4 USD)

Commercial use of this term

Mrs. Dalloway's Party: A Short-Story Sequence by Virgin (2.4 USD)

Commercial use of this term

2 CRISPY 2003 FRN IN SEQUENCE ORDER 46/47 BANK OF N.Y. (2.5 USD)

Commercial use of this term

GIRLS DREAM GENIE JEAN SKIRT SIZE 4 / 4T SEQUENCE (2.5 USD)

Commercial use of this term

3)2003 A $1 ONE SAN FRANCISCO NR UNCIRCULATED SEQUENCE* (3.0 USD)

Commercial use of this term

Large Lot of Craft Sequence (3.25 USD)

Commercial use of this term

2 SEQUENCE DECORATIVE FISH ORNAMENTS NEW WITH TAGS (3.4 USD)

Commercial use of this term

GOLD SEQUENCE WOMENS BELT for jeans skirts slacks (3.95 USD)

Commercial use of this term