Currently there may be errors shown on top of a page, because of a missing Wiki update (PHP version and extension DPL3).
Navigation
Topics Help • Register • News • History • How to • Sequences statistics • Template prototypes

Template:Rn

From Prime-Wiki
Jump to: navigation, search

Purpose

Template Rn to display a standardized n-range given.

Parameters

  • 1st: start of range as number (including this number)
  • 2nd: end of range as number (including this number)

Notes

  • If 'start' and 'end' are equal the output is given as: n = <start>.
  • Both parameters have to be given, there's no errorhandling.
  • See also Template:R and Template:Rk.

Examples

  • {{Rn|1|1000}} gives n = 1 - 1000
  • {{Rn|1|1}} gives n = 1
  • {{Rn|101|199}} gives n = 101 - 199