Every natural number m defines a sequence:
an≡m(mod pn) , p is a prime number
and can therefore be regarded as a p-adic integer.
For example, 35 as a 2-adic integer would be written as the sequence
(1,3,3,3,3,35,35,35,...)
a1=35(mod 2)=1
a2=35(mod 22)=3
a2=35(mod 23)=3
etc.
Comments