OFFSET
0,1
COMMENTS
a(21) <= 31381059609 = 3^22. [Donovan Johnson, Feb 06 2010]
Note that all terms so far are primes or powers of 3. Is it true that all terms have this form? - T. D. Noe, Oct 07 2013
EXAMPLE
The corresponding iterated phi-sequences are:
{3, 2, 1},
{7, 6, 2, 1},
{19, 18, 6, 2, 1},
{47, 46, 22, 10, 4, 2, 1},
{163, 162, 54, 18, 6, 2, 1},
{487, 486, 162, 54, 18, 6, 2, 1}, ...
MATHEMATICA
a[n_] := Module[{i = 1}, While[IntegerQ[Log[2, Nest[EulerPhi, i, n]]], i++ ]; i]; (* Sam Handler (sam_5_5_5_0(AT)yahoo.com), Sep 04 2006 *)
CROSSREFS
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
More terms from Jud McCranie, Jan 14 2000
More terms from Sam Handler (sam_5_5_5_0(AT)yahoo.com), Sep 04 2006
a(19)-a(20) from Donovan Johnson, Feb 06 2010
STATUS
approved