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!)
A335954 a(n) = Numerator(-2*n*HurwitzZeta(1 - 2*n, -1/2)) for n > 0, and a(0) = 1. 1
1, 11, 127, 221, 367, -1895, 1447237, -57253, 118526399, -5749677193, 91546283957, -1792042789427, 1982765468376757, -286994504449237, 3187598676787485443, -4625594554880206360895, 16555640865486520494719, -22142170099387402072693, 904185845619475242495903560731 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Numerator(Bernoulli(2*n, -1/2)).
MAPLE
a := n -> numer(`if`(n=0, 1, -2*n*Zeta(0, 1-2*n, -1/2))): seq(a(n), n=0..18);
MATHEMATICA
a[0] := 1; a[n_] := -2 n HurwitzZeta[1 - 2 n, -1/2]; Array[a, 18, 0] // Numerator
PROG
(PARI) a(n) = numerator(subst(bernpol(2*n, x), x, -1/2)); \\ Michel Marcus, Jul 21 2020
CROSSREFS
Cf. A033469 (denominators), A001896 (evaluated at x=+1/2).
Sequence in context: A296732 A156970 A174270 * A333244 A141987 A048394
KEYWORD
sign
AUTHOR
Peter Luschny, Jul 21 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 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)