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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A225453 10-adic integer x such that x^9 = -7/9. 2
7, 3, 3, 4, 8, 0, 8, 1, 7, 8, 6, 4, 7, 5, 1, 0, 2, 5, 1, 7, 1, 7, 2, 4, 0, 8, 1, 1, 4, 8, 7, 0, 6, 5, 3, 2, 1, 4, 0, 4, 2, 9, 6, 1, 0, 6, 8, 3, 5, 9, 2, 4, 1, 2, 9, 5, 4, 2, 9, 1, 6, 8, 4, 8, 7, 1, 6, 6, 5, 1, 2, 6, 7, 4, 6, 0, 9, 0, 5, 3, 8, 4, 4, 1, 4, 4, 1, 6, 6, 6, 5, 4, 2, 4, 9, 0, 0, 1, 8, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
7^9 == 7 (mod 10).
37^9 == 77 (mod 10^2).
337^9 == 777 (mod 10^3).
4337^9 == 7777 (mod 10^4).
84337^9 == 77777 (mod 10^5).
84337^9 == 777777 (mod 10^6).
PROG
(PARI) n=0; for(i=1, 100, m=7*(10^i-1)/9; for(x=0, 9, if(((n+(x*10^(i-1)))^9)%(10^i)==m, n=n+(x*10^(i-1)); print1(x", "); break)))
(PARI) N=100; Vecrev(digits(lift(chinese(Mod((-7/9+O(2^N))^(1/9), 2^N), Mod((-7/9+O(5^N))^(1/9), 5^N)))), N) \\ Seiichi Manyama, Aug 07 2019
CROSSREFS
Sequence in context: A176833 A154019 A011299 * A153858 A200294 A169813
KEYWORD
nonn,base
AUTHOR
Aswini Vaidyanathan, May 11 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 April 26 21:53 EDT 2024. Contains 372004 sequences. (Running on oeis4.)