login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A066781
a(n) = 2^phi(n).
12
2, 2, 4, 4, 16, 4, 64, 16, 64, 16, 1024, 16, 4096, 64, 256, 256, 65536, 64, 262144, 256, 4096, 1024, 4194304, 256, 1048576, 4096, 262144, 4096, 268435456, 256, 1073741824, 65536, 1048576, 65536, 16777216, 4096, 68719476736, 262144, 16777216, 65536
OFFSET
1,1
LINKS
FORMULA
From Amiram Eldar, Nov 18 2020: (Start)
a(n) = 2^A000010(n).
Sum_{n>=1} 1/a(n) = A334071. (End)
MATHEMATICA
Table[2^EulerPhi[n], {n, 40}] (* Arkadiusz Wesolowski, Jan 16 2013 *)
PROG
(PARI) a(n) = 2^eulerphi(n); \\ Harry J. Smith, Mar 25 2010
CROSSREFS
Sequence in context: A376511 A140723 A106051 * A112869 A086117 A095240
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jan 18 2002
STATUS
approved