Difference between revisions of "Template:Infobox integer sequence/doc"
Jump to navigation
Jump to search
imported>Toshio Yamaguchi m (format section headers) |
imported>Toshio Yamaguchi (→Required parameters: correct misplaced / in 'named after' parameter) |
||
| Line 22: | Line 22: | ||
====Required 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) | ;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) | ||
| − | <br /> Example: [[Arthur Wieferich]] </ | + | <br /> Example: [[Arthur Wieferich]] <br /> |
;publication_year: Year of first publication of this sequence. | ;publication_year: Year of first publication of this sequence. | ||
<br /> Example: 1909 <br /> | <br /> Example: 1909 <br /> | ||
Revision as of 09:52, 8 March 2011
| This is a documentation subpage for Template:Infobox integer sequence. It contains usage information, categories and other content that is not part of the original template page. |
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 =
| cases_number =
| 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.
- cases_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
- 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