login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A072003
10's complement of final digit of n-th prime.
4
8, 7, 5, 3, 9, 7, 3, 1, 7, 1, 9, 3, 9, 7, 3, 7, 1, 9, 3, 9, 7, 1, 7, 1, 3, 9, 7, 3, 1, 7, 3, 9, 3, 1, 1, 9, 3, 7, 3, 7, 1, 9, 9, 7, 3, 1, 9, 7, 3, 1, 7, 1, 9, 9, 3, 7, 1, 9, 3, 9, 7, 7, 3, 9, 7, 3, 9, 3, 3, 1, 7, 1, 3, 7, 1, 7, 1, 3, 9, 1, 1, 9, 9, 7, 1, 7, 1, 3, 9, 7, 3, 1, 3, 9, 1, 7, 1, 9, 7, 9, 3, 3, 7, 1, 9
OFFSET
1,1
FORMULA
a(n) = 10 - (prime(n) mod 10).
A007652(n) + a(n) = 10.
MATHEMATICA
a[n_] := 10-Mod[Prime[n], 10];
Table[ a[n], {n, 1, 105}]
CROSSREFS
Cf. A007652.
Sequence in context: A200017 A316728 A231098 * A160668 A086033 A246504
KEYWORD
nonn,base
AUTHOR
Roger L. Bagula, Jun 18 2002
EXTENSIONS
Edited by N. J. A. Sloane and Robert G. Wilson v, Jun 20 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 22 20:46 EDT 2024. Contains 376140 sequences. (Running on oeis4.)