cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A306552 Expansion of the 10-adic cube root of -1/7, that is, the 10-adic integer solution to x^3 = -1/7.

This page as a plain text file.
%I A306552 #13 Apr 01 2019 03:02:16
%S A306552 3,9,5,5,4,0,3,8,3,9,1,6,4,7,2,6,5,2,9,6,2,4,5,7,0,0,9,0,6,1,9,3,8,2,
%T A306552 5,1,4,1,8,4,1,0,2,4,4,7,8,5,0,6,2,4,3,8,4,2,0,2,4,7,3,3,4,7,1,9,9,3,
%U A306552 5,3,9,7,0,4,4,6,3,7,7,1,7,6,3,5,5,9,6
%N A306552 Expansion of the 10-adic cube root of -1/7, that is, the 10-adic integer solution to x^3 = -1/7.
%C A306552 10's complement of A319739.
%H A306552 Robert Israel, <a href="/A306552/b306552.txt">Table of n, a(n) for n = 1..10000</a>
%F A306552 a(n) = 9 - A319739(n) for n >= 2.
%e A306552 3^3 == 7 == -1/7 (mod 10).
%e A306552 93^3 == 57 == -1/7 (mod 100).
%e A306552 593^3 == 857 == -1/7 (mod 1000).
%e A306552 5593^3 == 2857 == -1/7 (mod 10000).
%e A306552 ...
%e A306552 ...619383045593^3 = ...142857142857 = ...999999999999/7 = -1/7.
%p A306552 op([1, 3], padic:-rootp(7*x^3+1, 10, 100)); # _Robert Israel_, Mar 31 2019
%o A306552 (PARI) seq(n)={Vecrev(digits(lift(chinese( Mod((-1/7 + O(5^n))^(1/3), 5^n), Mod((-1/7 + O(2^n))^(1/3), 2^n)))), n)} \\ Following _Andrew Howroyd_'s code for A319740.
%Y A306552 10-adic cube root of p/q:
%Y A306552 q=1: A225409 (p=-9), A225408 (p=-7), A225407 (p=-3), A225404 (p=3), A225405 (p=7), A225406 (p=9);
%Y A306552 q=3: A225402 (p=-1), A225411 (p=1);
%Y A306552 q=7: this sequence (p=-1), A319739 (p=1);
%Y A306552 q=9: A225401 (p=-7), A153042 (p=-1), A225412 (p=1), A225410 (p=7);
%Y A306552 q=11: A306553 (p=-1), A319740 (p=1);
%Y A306552 q=13: A306555 (p=-1), A306554 (p=1).
%K A306552 nonn,base
%O A306552 1,1
%A A306552 _Jianing Song_, Feb 23 2019