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!)
A329084 Decimal expansion of Sum_{k>=0} 1/(k^2+3). 13
1, 0, 7, 3, 6, 0, 0, 4, 0, 9, 9, 1, 5, 1, 8, 4, 1, 1, 5, 9, 1, 3, 9, 3, 6, 2, 9, 8, 1, 5, 8, 1, 4, 5, 3, 1, 1, 2, 7, 6, 4, 4, 2, 6, 3, 5, 7, 1, 8, 7, 8, 4, 5, 7, 8, 9, 6, 0, 3, 6, 8, 7, 5, 1, 9, 5, 8, 6, 6, 7, 5, 2, 3, 1, 8, 4, 5, 6, 3, 4, 5, 9, 8, 8, 5, 8, 4, 8, 2, 4, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
In general, for complex numbers z, if we define F(z) = Sum_{k>=0} 1/(k^2+z), f(z) = Sum_{k>=1} 1/(k^2+z), then we have:
F(z) = (1 + sqrt(z)*Pi*coth(sqrt(z)*Pi))/(2z), z != 0, -1, -4, -9, -16, ...;
f(z) = (-1 + sqrt(z)*Pi*coth(sqrt(z)*Pi))/(2z), z != 0, -1, -4, -9, -16, ...; Pi^2/6, z = 0. Note that f(z) is continuous at z = 0.
This sequence gives F(3).
LINKS
FORMULA
Equals (1 + (sqrt(3)*Pi)*coth(sqrt(3)*Pi))/6 = (1 + (sqrt(-3)*Pi)*cot(sqrt(-3)*Pi))/6.
EXAMPLE
1.07360040991518411591...
MATHEMATICA
RealDigits[Sum[1/(k^2+3), {k, 0, \[Infinity]}], 10, 120][[1]] (* Harvey P. Dale, Jul 05 2021 *)
RealDigits[(1 + Sqrt[3]*Pi*Coth[Sqrt[3]*Pi])/6, 10, 120][[1]] (* Amiram Eldar, Jun 17 2023 *)
PROG
(PARI) default(realprecision, 100); my(F(x) = (1 + (sqrt(x)*Pi)/tanh(sqrt(x)*Pi))/(2*x)); F(3)
(PARI) sumnumrat(1/(x^2+3), 0) \\ Charles R Greathouse IV, Jan 20 2022
CROSSREFS
Cf. A329080 (F(-5)), A329081 (F(-3)), A329082 (F(-2)), A113319 (F(1)), A329083 (F(2)), this sequence (F(3)), A329085 (F(4)), A329086 (F(5)).
Cf. A329087 (f(-5)), A329088 (f(-3)), A329089 (f(-2)), A013661 (f(0)), A259171 (f(1)), A329090 (f(2)), A329091 (f(3)), A329092 (f(4)), A329093 (f(5)).
Sequence in context: A256779 A360094 A030760 * A201682 A021580 A194557
KEYWORD
nonn,cons
AUTHOR
Jianing Song, Nov 04 2019
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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)