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.

A122241 Iterates of A122237, starting from 4.

Original entry on oeis.org

4, 22, 54, 169, 516, 1841, 6076, 19256, 66140, 252691, 888179, 2900616
Offset: 1

Views

Author

Antti Karttunen, Sep 14 2006

Keywords

Comments

It might be more natural to use offset 0 for the initial value a(0) = 4 since that's not the result of an actual iteration of the map A122237. However, some other sequences (A122242, A179845, A179841, ...?) depend on this and have b-files that would require to be changed. - M. F. Hasler, Jul 18 2025

Crossrefs

Programs

Formula

a(n+1) = A122237(a(n)) for n >= 1; a(1) = 4.