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!)
A248592 Denominators of the (simplified) rational numbers n*2^(n - 1)/(n - 1)! . 4

%I #16 Jan 19 2017 23:30:39

%S 1,1,1,3,3,5,45,315,35,567,14175,51975,467775,868725,2837835,

%T 638512875,638512875,1206079875,97692469875,371231385525,441942125625,

%U 17717861581875,2143861251406875,16436269594119375,5917057053882975,284473896821296875,1780595872696265625

%N Denominators of the (simplified) rational numbers n*2^(n - 1)/(n - 1)! .

%H James Burling, <a href="/A248591/a248591_2.pdf">Another Special Rational Sequence</a>

%F a(n) = denom(n * 2^(n - 1) / (n - 1)!).

%F a(n) = denom(g(1, n)) where g(m, n) = m if m = n; 2g(m + 1, n)/m otherwise.

%p A248592 := proc(n)

%p n*2^(n-1)/(n-1)! ;

%p denom(%) ;

%p end proc:

%p seq(A248592(n),n=1..30) ; # _R. J. Mathar_, Oct 10 2014

%o (PARI) vector(40, n, denominator(n*2^(n - 1)/(n - 1)!)) \\ _Michel Marcus_, Oct 09 2014

%Y Cf. A248591 (numerators).

%Y Has same start as A241591 but is a different sequence.

%K frac,nonn

%O 1,4

%A _James Burling_, Oct 09 2014

%E More terms from _Michel Marcus_, Oct 09 2014

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 17 21:22 EDT 2024. Contains 371767 sequences. (Running on oeis4.)