login
This site is supported by donations 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; internal format)
OFFSET

1,2

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,250

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) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 22 2009]

CROSSREFS

Cf. A023022, A000051.

Sequence in context: A034437 A175715 A138880 * A163492 A025562 A107401

Adjacent sequences:  A063471 A063472 A063473 * A063475 A063476 A063477

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jul 27 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 17:41 EST 2012. Contains 205651 sequences.