Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A365671 a(n) = denominator(4^n * n! * [x^n] sqrt(x / (e^x - 1))). 0
1, 1, 3, 1, 5, 3, 21, 3, 45, 5, 11, 1, 91, 35, 45, 3, 17, 3, 1995, 21, 3465, 165, 115, 45, 2925, 819, 189, 7, 145, 5, 341, 11, 1309, 119, 1, 1, 9139, 247, 65, 7, 2255, 495, 148995, 3465, 108675, 2415, 1645, 7, 270725, 5525, 21879, 429, 583, 33, 4389, 399, 4959 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Jitender Singh, On an arithmetic convolution, arXiv:1402.0065 [math.NT], 2014 and J. Int. Seq. 17 (2014) # 14.6.7.
MAPLE
egf := sqrt(x/(exp(x)-1)): ser := series(egf, x, 64):
seq(denom(4^n*n!*coeff(ser, x, n)), n = 0..56);
# Alternative, using the Singh transformation 'g' from Maple in A126156:
b := n -> 4^n*g(bernoulli, n); seq(denom(b(n)), n = 0..56);
CROSSREFS
Cf. A241885 (numerator), A126156.
Sequence in context: A171382 A002323 A294640 * A200920 A290534 A242639
KEYWORD
nonn,frac
AUTHOR
Peter Luschny, Sep 29 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 August 18 18:17 EDT 2024. Contains 375273 sequences. (Running on oeis4.)