Difference between revisions of "Template:Infobox integer sequence/doc"

From blackwiki
Jump to navigation Jump to search
imported>Toshio Yamaguchi
(→‎Optional parameters: added description of newly added parameters)
imported>Toshio Yamaguchi
(changed con_size to con_number and size to number)
Line 12: Line 12:
 
| author                =
 
| author                =
 
| terms_number          =
 
| terms_number          =
| con_size              =
+
| con_number            =
| size                  =
+
| number                =
 
| parentsequence        =
 
| parentsequence        =
 
| formula              =
 
| formula              =
Line 36: Line 36:
  
 
====Optional parameters====
 
====Optional parameters====
;con_size: to give the total number of terms of this sequence if this number is only conjectured for this sequence
+
;con_number: to give the total number of terms of this sequence if this number is only conjectured for this sequence
 
<br /> Example: Infinite
 
<br /> Example: Infinite
;size: to give the total number of terms of this sequence if this number has been proven for this sequence
+
;number: to give the total number of terms of this sequence if this number has been proven for this sequence
 
<br /> Example: Infinite
 
<br /> Example: Infinite
 
;parentsequence: to give the name of sequences the sequence is a subsequence of
 
;parentsequence: to give the name of sequences the sequence is a subsequence of

Revision as of 23:10, 1 April 2011

This template is designed for articles about integer sequences.

Usage

Copy and paste a blank version to use.

{{Infobox integer sequence
| named_after           =
| publication_year      =
| author                =
| terms_number          =
| con_number            =
| number                =
| parentsequence        =
| formula               =
| first_terms           =
| largest_known_term    =
| OEIS                  = 
}}

Parameters

Required parameters

named_after
Name of the person or object the sequence is named after including a wikilink to corresponding article (include a brief explanation if necessary)


Example: Arthur Wieferich

publication_year
Year of first publication of this sequence.


Example: 1909

author
Name of the author / names of the authors of first publication.


Example: Wieferich, A.

terms_number
The number of members of this sequence currently known.


Example: 2

OEIS
Index under which the sequence is listed in the On-Line Encyclopedia of Integer Sequences.


Example: A001220

Optional parameters

con_number
to give the total number of terms of this sequence if this number is only conjectured for this sequence


Example: Infinite

number
to give the total number of terms of this sequence if this number has been proven for this sequence


Example: Infinite

parentsequence
to give the name of sequences the sequence is a subsequence of


Example: Mersenne numbers (in the case of the article on Mersenne primes)

formula
a simple expression to generate the sequence


Example: 2n-1 to generate Mersenne numbers

first_terms
lists some known small terms of the sequence


Example: 3, 7, 31, 127

largest_known_term
the largest term of this sequence currently known


Example: 243112609 - 1

See also