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!)
A160110 Numerators of |Bernoulli(n)*Gould(n)| for even n, (Gould A001316). 1
1, 1, 1, 2, 1, 10, 1382, 28, 3617, 87734, 349222, 3418052, 472728182, 34212412, 94997844116, 68926730208040, 7709321041217, 5155375716734, 52630543106106954746, 11719975655366236, 522165436992898244102 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
A001897 give the denominators of |Bernoulli(n)*Gould(n)| for even n, also the denominators of the cosecant numbers.
LINKS
MAPLE
b := n -> bernoulli(n)*2^add(i, i=convert(n, base, 2));
a := n -> numer(abs(b(2*n)));
MATHEMATICA
G[n_] := Sum[Mod[Binomial[n, k], 2], {k, 0, n}]; (* A001316 *) Table[Abs[BernoulliB[n]*G[n]], {n, 0, 20}][[1 ;; -1 ;; 2]]//Numerator (* G. C. Greubel, Sep 25 2018 *)
CROSSREFS
Cf. A001897.
Sequence in context: A239070 A271042 A098290 * A258055 A339306 A139393
KEYWORD
frac,nonn
AUTHOR
Peter Luschny, May 02 2009
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 19 16:21 EDT 2024. Contains 371794 sequences. (Running on oeis4.)