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.

A361351 Carryless n-th powers of n base 10.

Original entry on oeis.org

1, 1, 4, 7, 6, 5, 6, 3, 6, 9, 10000000000, 115502205511, 1440046600466, 19225142754633, 166668888866666, 1555555555555555, 16000880008800066, 194006440028800877, 1422046880284402844, 11116222228888849999, 600000000000000000000, 2600042000840006800021
Offset: 0

Views

Author

Seiichi Manyama, Mar 09 2023

Keywords

Crossrefs

Programs

  • PARI
    a(n) = fromdigits(Vec(Pol(digits(n))^n)%10);