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.

A291782 Let f_k(n) be the result of applying phi (the Euler totient function A000010) k times to n; a(n) = n*Product_{k=1..oo} f_k(n).

Original entry on oeis.org

1, 2, 6, 8, 40, 12, 84, 64, 108, 80, 880, 96, 1248, 168, 960, 1024, 17408, 216, 4104, 1280, 2016, 1760, 40480, 1536, 32000, 2496, 5832, 2688, 77952, 1920, 59520, 32768, 42240, 34816, 53760, 3456, 127872, 8208, 59904, 40960, 1679360, 4032, 173376, 56320
Offset: 1

Views

Author

N. J. A. Sloane, Sep 02 2017

Keywords

Comments

The logarithmic scatterplot of this sequence shows a banded structure similar to that of A092694. - Rémy Sigrist, Sep 03 2017

Examples

			Under phi, 7 -> 6 -> 2 -> 1, so a(7) = 7*6*2 = 84.
		

Crossrefs

Programs

  • Mathematica
    Table[Times @@ FixedPointList[EulerPhi, n], {n, 44}] (* Michael De Vlieger, Sep 03 2017 *)

Formula

a(n) = n * A092694(n). - Rémy Sigrist, Sep 03 2017