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!)
A066973 a(n) = phi(binomial(2n, n)). 4
1, 2, 8, 24, 72, 240, 960, 2880, 15360, 69120, 165888, 912384, 3041280, 9123840, 34062336, 127733760, 479001600, 1596672000, 6386688000, 22992076800, 102187008000, 429185433600, 1755758592000, 6730407936000, 28267713331200 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A000010(A000984(n)).
MAPLE
with(numtheory):with(combinat):a:=n->phi(binomial(2*n, n)): seq(a(n), n=1..25); # Zerinvary Lajos, Oct 05 2007
MATHEMATICA
f[n_] := EulerPhi[Binomial[2n, n]]; Table[f[n], {n, 100}] (* Enrique Pérez Herrero, Jan 31 2012 *)
PROG
(SageMath) [euler_phi(binomial(2*n, n))for n in range(1, 26)] # Zerinvary Lajos, Jun 06 2009
(PARI) a(n) = eulerphi(binomial(2*n, n)); \\ Harry J. Smith, Apr 12 2010
CROSSREFS
Sequence in context: A363602 A290904 A231200 * A130495 A026070 A093833
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jan 26 2002
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 May 11 09:42 EDT 2024. Contains 372408 sequences. (Running on oeis4.)