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!)
A327494 a(n) = numerator(r(n)) where r(n) = Sum_{j=0..n} j!/(2^j*floor(j/2)!)^2. 6
1, 5, 11, 47, 191, 779, 1563, 6287, 50331, 201639, 403341, 1614057, 6456459, 25828839, 51658107, 206638863, 3306228243, 13225022367, 26450056889, 105800458501, 423201880193, 1692808490741, 3385617069661, 13542470306761, 108339763130127, 433359069421483 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Lim_{n -> oo} r(n) = (4/3)^(3/2) = A118273.
EXAMPLE
r(n) = 1, 5/4, 11/8, 47/32, 191/128, 779/512, 1563/1024, 6287/4096, 50331/32768, 201639/131072, ...
MAPLE
A327494 := n -> numer(add(j!/(2^j*iquo(j, 2)!)^2, j=0..n)):
seq(A327494(n), n=0..25);
PROG
(PARI) a(n)={ numerator(sum(j=0, n, j!/(2^j*(j\2)!)^2)) } \\ Andrew Howroyd, Sep 28 2019
(Julia)
A327494(n) = sum(<<(A163590(k), A327492(n) - A327492(k)) for k in 0:n) # Peter Luschny, Oct 03 2019
CROSSREFS
Denominators are in A327493.
Sequence in context: A149511 A149512 A149513 * A097743 A350648 A176609
KEYWORD
nonn,frac
AUTHOR
Peter Luschny, Sep 27 2019
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 8 09:02 EDT 2024. Contains 372332 sequences. (Running on oeis4.)