The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A114877 Let d(1)=1 and d(n) = d(n-1)*n^(2n-2)*(2n-1)^(3-2n). Then a(n) = denominator(d(n)). 1
1, 3, 125, 2100875, 2977309629, 118890080527911, 12677461389063582955701, 7895300107107819831516439618359375, 4725033556599120988065310720798566300246484375 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1, 4/3, 108/125, 442368/2100875, 51200000/2977309629, 52428800000/118890080527911, ...
MATHEMATICA
d[1] = 1; d[n_] := d[n] = d[n - 1]*n^(2 n - 2)*(2 n - 1)^(3 - 2 n); a[n_] := Denominator[d[n]]; Array[a, 10] (* Amiram Eldar, Mar 04 2023 *)
CROSSREFS
Cf. A114876 (numerators).
Sequence in context: A037118 A085531 A130614 * A152859 A241647 A157547
KEYWORD
easy,frac,nonn
AUTHOR
T. D. Noe, Jan 03 2006
EXTENSIONS
Edited by Michel Marcus, Mar 04 2023
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 12 18:22 EDT 2024. Contains 372494 sequences. (Running on oeis4.)