|
Search: id:A092694
|
|
|
| A092694 |
|
Product of iterated phi(n). |
|
+0 2
|
|
| 1, 1, 2, 2, 8, 2, 12, 8, 12, 8, 80, 8, 96, 12, 64, 64, 1024, 12, 216, 64, 96, 80, 1760, 64, 1280, 96, 216, 96, 2688, 64, 1920, 1024, 1280, 1024, 1536, 96, 3456, 216, 1536, 1024, 40960, 96, 4032, 1280, 1536, 1760, 80960, 1024, 4032, 1280, 32768, 1536, 79872, 216
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
COMMENT
|
A logarithmic plot of this sequence shows an unusual banded structure.
|
|
LINKS
|
T. D. Noe, Plot of A092694
|
|
FORMULA
|
a(1) = 1, a(n) = phi(n) * a(phi(n))
|
|
EXAMPLE
|
a(100) = 40960 because the iterations of phi (40, 16, 8, 4, 2, 1) have a product of 40960.
|
|
MATHEMATICA
|
nMax=100; a=Table[1, {nMax}]; Do[e=EulerPhi[n]; a[[n]]=e*a[[e]], {n, 2, nMax}]; a
|
|
CROSSREFS
|
Cf. A003434 (iterations of phi(n) needed to reach 1), A092693 (iterated phi sum).
Sequence in context: A046644 A011147 A098818 this_sequence A098984 A088560 A086328
Adjacent sequences: A092691 A092692 A092693 this_sequence A092695 A092696 A092697
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
T. D. Noe (noe(AT)sspectra.com), Mar 04 2004
|
|
|
Search completed in 0.002 seconds
|