The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A353921 a(n) = n if n < 4, otherwise floor(abs(z(n))) where z(n) = (2^(2*n + 1/2) - 1)*(4*n + 1)*zeta(1/2 - 2*n). 0
0, 1, 2, 3, 20, 202, 2953, 58574, 1517830, 49788988, 2016610506, 98842394546, 5766037456673, 394787840828770, 31350291022336674, 2858009622374873775, 296454369597967332107, 34715387135986234970960, 4557676382296459474148951, 666708107998151285537770827 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n) gives an integer valued definition of what may be called a 'Genocchi half integer', i.e. it tries to give the expression 'G(n + 1/2)' a meaning, where G(n) = A110501(n) are the Genocchi numbers. Consider also the sequence of Genocchi median numbers A005439.
LINKS
FORMULA
A005439(n-1) <= a(n) <= A005439(n).
A110501(n) <= a(n) <= A110501(n+1).
a(n) ~ ((2*n)/(exp(1)*Pi))^(2*n)*(11/6 + 8*n - 23/(576*n)).
MAPLE
z := n -> (2^(2*n + 1/2) - 1)*(4*n + 1)*Zeta(1/2 - 2*n):
a := n -> ifelse(n < 4, n, floor(abs(z(n)))):
seq(floor(evalf(a(n))), n = 0..19);
CROSSREFS
Sequence in context: A218873 A012416 A261317 * A361028 A177946 A006246
KEYWORD
nonn
AUTHOR
Peter Luschny, May 14 2022
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 27 16:57 EDT 2024. Contains 372880 sequences. (Running on oeis4.)