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!)
A344917 a(n) = numerator(4^(n + 1)*zeta(-n, 1/4)). 1
1, 1, -1, -7, 5, 31, -61, -127, 1385, 511, -50521, -1414477, 2702765, 8191, -199360981, -118518239, 19391512145, 5749691557, -2404879675441, -91546277357, 370371188237525, 162912981133, -69348874393137901, -1982765468311237, 15514534163557086905, 22076500342261 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n)/A344918(n) - 2*A092440(n)*zeta(-n) = -A163982(n) for n >= 0.
EXAMPLE
Rational sequence starts: 1, 1/6, -1, -7/60, 5, 31/126, -61, -127/120, 1385, ...
MAPLE
seq(numer(4^(n+1)*Zeta(0, -n, 1/4)), n=0..25);
PROG
(SageMath)
def a(n): return 4^(n+1)*hurwitz_zeta(-n, 1/4) if n > 0 else 1
print([a(n).numerator() for n in (0..25)])
CROSSREFS
Cf. A344918 (denominators), A092440, A163982.
Sequence in context: A213246 A213243 A185269 * A328758 A070426 A341431
KEYWORD
sign,frac
AUTHOR
Peter Luschny, Jul 09 2021
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 8 09:02 EDT 2024. Contains 372332 sequences. (Running on oeis4.)