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.

A328316 Iterates of A276086 starting from 0.

Original entry on oeis.org

0, 1, 2, 3, 6, 5, 18, 125, 43218, 258413198822535882125
Offset: 0

Views

Author

Antti Karttunen, Oct 14 2019

Keywords

Comments

The unique infinite sequence such that a(0) = 0, a(n) = A276085(a(n+1)) for n >= 0, and A129251(a(n)) = 0 for n >= 1, i.e., all nonzero terms must be in A048103.
a(10) is 240 decimal digits long (can be found in b-file), and a(11) is too big to fit even into a b-file as it is 32700 decimal digits long, but it can be found in the given a-file.

Crossrefs

Cf. A002110, A048103, A129251, A276085, A276086, A328317 (the smallest prime not dividing a(n)), A328318, A328319 (digit sum in primorial base), A328322 (max. digit), A328323.
Cf. A153013, and also A109162, A179016, A219666, A259934 for more or less analogous sequences.
Cf. also A328313.

Programs

Formula

a(0) = 0; and for n > 0, a(n) = A276086(a(n-1)).