|
| |
|
|
A007652
|
|
Final digit of prime(n).
(Formerly M0632)
|
|
33
| |
|
|
2, 3, 5, 7, 1, 3, 7, 9, 3, 9, 1, 7, 1, 3, 7, 3, 9, 1, 7, 1, 3, 9, 3, 9, 7, 1, 3, 7, 9, 3, 7, 1, 7, 9, 9, 1, 7, 3, 7, 3, 9, 1, 1, 3, 7, 9, 1, 3, 7, 9, 3, 9, 1, 1, 7, 3, 9, 1, 7, 1, 3, 3, 7, 1, 3, 7, 1, 7, 7, 9, 3, 9, 7, 3, 9, 3, 9, 7, 1, 9, 9, 1, 1, 3, 9, 3, 9, 7, 1, 3, 7, 9, 7, 1, 9, 3, 9, 1, 3, 1, 7, 7, 3, 9, 1
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
REFERENCES
| M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 870.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
|
|
|
LINKS
| Nathaniel Johnston, Table of n, a(n) for n = 1..10000
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
Index entries for sequences related to final digits of numbers
|
|
|
FORMULA
| n-th prime mod 10.
|
|
|
MAPLE
| seq(ithprime(n) mod 10, n=1..105); # Nathaniel Johnston, Jun 29 2011
|
|
|
MATHEMATICA
| Table[Mod[Prime[n], 10], {n, 120}] (*Chandler*)
|
|
|
CROSSREFS
| Cf. A110923, A039701-A039706, A038194, A039709-A039715.
Sequence in context: A073342 A074462 A113656 * A060418 A199975 A086355
Adjacent sequences: A007649 A007650 A007651 * A007653 A007654 A007655
|
|
|
KEYWORD
| base,nonn,easy
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com), Simon Plouffe (simon.plouffe(AT)gmail.com)
|
|
|
EXTENSIONS
| Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Oct 01 2005
|
| |
|
|