login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A254445 Decimal expansion of Sum_{n>=0} 1/cosh(n). 3
2, 0, 7, 1, 1, 2, 1, 3, 2, 9, 9, 6, 7, 8, 2, 3, 1, 6, 9, 5, 7, 1, 5, 7, 2, 9, 9, 2, 6, 8, 3, 5, 2, 6, 2, 6, 0, 8, 9, 3, 7, 9, 4, 6, 5, 8, 3, 0, 6, 9, 3, 0, 7, 5, 5, 8, 1, 5, 6, 5, 0, 6, 6, 1, 1, 1, 4, 4, 5, 1, 2, 2, 6, 6, 1, 2, 2, 6, 2, 9, 3, 7, 3, 2, 7, 1, 2, 5, 0, 0, 2, 2, 2, 9, 5, 0, 5, 2, 8, 5, 5, 6, 4, 6, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2.071121329967823169571572992683526260893794658306930755815650661114451...
MAPLE
evalf(sum(1/cosh(n), n = 0..infinity), 120);
MATHEMATICA
RealDigits[N[Re[Sum[1/Cosh[n], {n, 0, Infinity}]], 110], 10, 105][[1]]
PROG
(PARI) suminf(n=0, 1/cosh(n)) \\ Michel Marcus, Jan 30 2015
CROSSREFS
Sequence in context: A156442 A268683 A174968 * A346670 A140663 A198108
KEYWORD
nonn,cons
AUTHOR
Vaclav Kotesovec, Jan 30 2015
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 December 4 02:45 EST 2023. Contains 367541 sequences. (Running on oeis4.)