login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 30 04:58 EDT 2024. Contains 373861 sequences. (Running on oeis4.)