login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110923 Final two digits of prime(n) (with leading zero omitted). 4
2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 1, 3, 7, 9, 13, 27, 31, 37, 39, 49, 51, 57, 63, 67, 73, 79, 81, 91, 93, 97, 99, 11, 23, 27, 29, 33, 39, 41, 51, 57, 63, 69, 71, 77, 81, 83, 93, 7, 11, 13, 17, 31, 37 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Nathaniel Johnston, Table of n, a(n) for n = 1..10000

Index entries for sequences related to final digits of numbers

FORMULA

n-th prime mod 100.

MAPLE

seq(ithprime(n) mod 100, n=1..100); # Nathaniel Johnston, Jun 29 2011

MATHEMATICA

Table[Mod[Prime[n], 100], {n, 100}] (*Chandler*)

CROSSREFS

Cf. A007652.

Sequence in context: A118848 A171041 A094742 * A137589 A052424 A055398

Adjacent sequences:  A110920 A110921 A110922 * A110924 A110925 A110926

KEYWORD

base,easy,nonn

AUTHOR

Paolo P. Lava (paoloplava(AT)gmail.com), Sep 23 2005

EXTENSIONS

Edited, corrected and extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Oct 01 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 01:31 EST 2012. Contains 205860 sequences.