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.

A309449 Coefficients in 7-adic expansion of 6^(1/5).

Original entry on oeis.org

6, 2, 5, 5, 4, 0, 2, 1, 5, 0, 4, 4, 0, 2, 3, 0, 6, 4, 3, 1, 6, 2, 2, 6, 4, 2, 0, 6, 0, 4, 5, 2, 1, 2, 0, 2, 0, 3, 1, 4, 5, 1, 6, 3, 2, 5, 1, 2, 2, 4, 1, 1, 2, 0, 2, 5, 2, 2, 3, 4, 2, 2, 6, 1, 2, 1, 6, 4, 1, 0, 5, 5, 2, 3, 2, 2, 1, 1, 3, 3, 5, 4, 2, 5, 3, 5, 3, 2, 1, 5, 3, 2, 3, 1, 0, 6, 1, 3, 1, 6
Offset: 0

Views

Author

Seiichi Manyama, Aug 03 2019

Keywords

Crossrefs

Cf. A309454.
Digits of p-adic integers:
A309445 (7-adic, 2^(1/5));
A309446 (7-adic, 3^(1/5));
A309447 (7-adic, 4^(1/5));
A309448 (7-adic, 5^(1/5)).

Programs

  • Maple
    op([1,3],padic:-rootp(x^5-6, 7, 101)); # Robert Israel, Aug 04 2019
  • PARI
    Vecrev(digits(truncate((6+O(7^100))^(1/5)), 7))