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.

Showing 1-3 of 3 results.

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

Original entry on oeis.org

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, 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, 5, 3, 9, 7, 0, 4, 4, 6, 3, 7, 7, 1, 7, 6, 3, 5, 5, 9, 6
Offset: 1

Views

Author

Jianing Song, Feb 23 2019

Keywords

Comments

10's complement of A319739.

Examples

			3^3 == 7 == -1/7 (mod 10).
93^3 == 57 == -1/7 (mod 100).
593^3 == 857 == -1/7 (mod 1000).
5593^3 == 2857 == -1/7 (mod 10000).
...
...619383045593^3 = ...142857142857 = ...999999999999/7 = -1/7.
		

Crossrefs

10-adic cube root of p/q:
q=1: A225409 (p=-9), A225408 (p=-7), A225407 (p=-3), A225404 (p=3), A225405 (p=7), A225406 (p=9);
q=3: A225402 (p=-1), A225411 (p=1);
q=7: this sequence (p=-1), A319739 (p=1);
q=9: A225401 (p=-7), A153042 (p=-1), A225412 (p=1), A225410 (p=7);
q=11: A306553 (p=-1), A319740 (p=1);
q=13: A306555 (p=-1), A306554 (p=1).

Programs

  • Maple
    op([1, 3], padic:-rootp(7*x^3+1, 10, 100)); # Robert Israel, Mar 31 2019
  • 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.

Formula

a(n) = 9 - A319739(n) for n >= 2.

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

Original entry on oeis.org

9, 6, 8, 2, 3, 8, 1, 4, 2, 0, 2, 0, 6, 9, 8, 3, 8, 9, 4, 5, 4, 0, 6, 0, 0, 9, 6, 8, 6, 1, 3, 4, 7, 8, 0, 6, 6, 7, 1, 6, 5, 5, 3, 6, 4, 9, 9, 0, 2, 7, 1, 7, 4, 2, 6, 5, 1, 4, 0, 6, 9, 0, 7, 0, 8, 7, 8, 1, 4, 1, 2, 6, 6, 9, 4, 2, 5, 3, 5, 7, 4, 9, 6, 4, 4, 0, 5
Offset: 1

Views

Author

Jianing Song, Feb 23 2019

Keywords

Comments

10's complement of A319740.

Examples

			9^3 == 9 == -1/11 (mod 10).
69^3 == 9 == -1/11 (mod 100).
869^3 == 909 == -1/11 (mod 1000).
2869^3 == 909 == -1/11 (mod 10000).
...
...020241832869^3 = ...090909090909 = ...999999999999/11 = -1/11.
		

Crossrefs

10-adic cube root of p/q:
q=1: A225409 (p=-9), A225408 (p=-7), A225407 (p=-3), A225404 (p=3), A225405 (p=7), A225406 (p=9);
q=3: A225402 (p=-1), A225411 (p=1);
q=7: A306552 (p=-1), A319739 (p=1);
q=9: A225401 (p=-7), A153042 (p=-1), A225412 (p=1), A225410 (p=7);
q=11: this sequence (p=-1), A319740 (p=1);
q=13: A306555 (p=-1), A306554 (p=1).

Programs

  • Maple
    op([1,3],padic:-rootp(11*x^3+1,10,100)); # Robert Israel, Mar 24 2019
  • PARI
    seq(n)={Vecrev(digits(lift(chinese( Mod((-1/11 + O(5^n))^(1/3), 5^n), Mod((-1/11 + O(2^n))^(1/3), 2^n)))), n)} \\ Following Andrew Howroyd's code for A319740.

Formula

a(n) = 9 - A319740(n) for n >= 2.

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

Original entry on oeis.org

3, 5, 6, 4, 1, 9, 3, 2, 8, 7, 4, 0, 8, 3, 6, 5, 7, 7, 0, 9, 8, 2, 7, 5, 1, 4, 8, 0, 9, 5, 1, 6, 0, 6, 2, 1, 3, 2, 2, 6, 4, 2, 7, 0, 6, 8, 6, 1, 3, 3, 2, 2, 0, 0, 1, 5, 6, 7, 9, 6, 2, 7, 8, 4, 2, 6, 3, 6, 3, 0, 1, 0, 4, 5, 5, 6, 6, 1, 3, 5, 4, 3, 3, 3, 1, 7, 0
Offset: 1

Views

Author

Jianing Song, Feb 23 2019

Keywords

Comments

10's complement of A306555.

Examples

			3^3 == 7 == 1/13 (mod 10).
53^3 == 77 == 1/13 (mod 100).
653^3 == 77 == 1/13 (mod 1000).
4653^3 == 3077 == 1/13 (mod 10000).
...
...047823914653^3 = ...923076923077 = 1 + (...999999999999)*(12/13) = 1 - 12/13 = 1/13.
		

Crossrefs

10-adic cube root of p/q:
q=1: A225409 (p=-9), A225408 (p=-7), A225407 (p=-3), A225404 (p=3), A225405 (p=7), A225406 (p=9);
q=3: A225402 (p=-1), A225411 (p=1);
q=7: A306552 (p=-1), A319739 (p=1);
q=9: A225401 (p=-7), A153042 (p=-1), A225412 (p=1), A225410 (p=7);
q=11: A306553 (p=-1), A319740 (p=1);
q=13: A306555 (p=-1), this sequence (p=1).

Programs

  • Maple
    op([1,3],padic:-rootp(13*x^3-1,10,100)); # Robert Israel, Mar 24 2019
  • PARI
    seq(n)={Vecrev(digits(lift(chinese( Mod((1/13 + O(5^n))^(1/3), 5^n), Mod((1/13 + O(2^n))^(1/3), 2^n)))), n)} \\ Following Andrew Howroyd's code for A319740.

Formula

a(n) = 9 - A306555(n) for n >= 2.
Showing 1-3 of 3 results.