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”).

A063474
Half totient of 2^n+1.
1
1, 2, 3, 8, 10, 24, 42, 128, 162, 400, 682, 1920, 2730, 6272, 9900, 32768, 43690, 93312, 174762, 493440, 682668, 1672704, 2796202, 8257536, 10125000, 26153088, 42384060, 126322560, 175923744, 380160000, 715827882, 2144133120
OFFSET
1,2
LINKS
FORMULA
a(n) = A023022(A000051(n)).
PROG
(PARI) H(n)=eulerphi(n)/2; j=[]; for(n=1, 40, j=concat(j, H(2^n+1))); j
(PARI) { for (n=1, 250, write("b063474.txt", n, " ", eulerphi(2^n + 1)/2) ) } \\ Harry J. Smith, Aug 22 2009
CROSSREFS
Sequence in context: A175715 A329582 A138880 * A163492 A025562 A218910
KEYWORD
nonn
AUTHOR
Jason Earls, Jul 27 2001
STATUS
approved