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-1 of 1 results.

A241974 a(n) is the limit of the sequence given by A241083^[i](n), where f^[i] means iterate f i times, or 0 if the sequence diverges.

Original entry on oeis.org

1, 2, 3, 4, 30, 6, 42, 8, 9, 30
Offset: 1

Views

Author

J. Lowell, May 03 2014

Keywords

Comments

Either a(11) = 0 or a(11) > 10^(1310).

Examples

			a(5) = 30 because A241083(5) = 10, A241083(10) = 30, and A241083(30) = 30.
		

Crossrefs

Programs

  • Mathematica
    a[n_] := FixedPoint[LCM[#, Floor[Sqrt[#]]] &, n]; Array[a, 10] (* Amiram Eldar, Jul 26 2025 *)
Showing 1-1 of 1 results.