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!)
A336454 a(n) = denominator(2^n*Sum_{k=0..n} binomial(n, k)*Bernoulli(k, 1/2)*x^(n-k)). 2
1, 1, 3, 1, 15, 3, 21, 3, 15, 5, 33, 3, 1365, 105, 15, 3, 255, 15, 1995, 105, 1155, 165, 345, 15, 1365, 273, 21, 7, 435, 15, 7161, 231, 19635, 1785, 105, 3, 959595, 25935, 1365, 105, 47355, 1155, 49665, 1155, 2415, 2415, 4935, 105, 23205, 3315, 7293, 429, 8745 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
Bcp := n -> 2^n*add(binomial(n, k)*bernoulli(k, 1/2)*x^(n-k), k=0..n):
a := n -> denom(Bcp(n)): seq(a(n), n=0..52);
CROSSREFS
Cf. A336517/A285865 (coefficients of polynomials).
Sequence in context: A134145 A134146 A085569 * A261671 A198148 A286674
KEYWORD
nonn,frac
AUTHOR
Peter Luschny, Jul 24 2020
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 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)