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!)
A125824 Denominator of n!/3^n. 3
1, 3, 9, 9, 27, 81, 81, 243, 729, 243, 729, 2187, 2187, 6561, 19683, 19683, 59049, 177147, 59049, 177147, 531441, 531441, 1594323, 4782969, 4782969, 14348907, 43046721, 4782969, 14348907, 43046721, 43046721, 129140163, 387420489 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0)=1, a(3n+2) = 3^(n+2)*a(n), a(3n+1) = 3^(n+1)*a(n), a(3n) = 3^n*a(n).
a(n) = 3^A089792(n).
a(n) = denominator((1/(2*Pi)) * Integral_{t=0..2*Pi} exp(i*3*t)(-((Pi-t)/i)^n), i=sqrt(-1). - Paul Barry, Apr 02 2007
MATHEMATICA
Table[Denominator[n!/3^n], {n, 0, 40}] (* G. C. Greubel, Aug 03 2019 *)
PROG
(PARI) a(n)=denominator(n!/3^n)
(Magma) [Denominator(Factorial(n)/3^n): n in [0..40]]; // G. C. Greubel, Aug 03 2019
(Sage) [denominator(factorial(n)/3^n) for n in (0..40)] # G. C. Greubel, Aug 03 2019
(GAP) List([0..40], n-> DenominatorRat(Factorial(n)/3^n) ); # G. C. Greubel, Aug 03 2019
CROSSREFS
A212307 (numerators).
Sequence in context: A268019 A228977 A223576 * A203558 A223653 A351929
KEYWORD
nonn,frac
AUTHOR
Benoit Cloitre, Feb 06 2007
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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)