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!)
A268980 Decimal expansion of the second negative root of the equation Gamma(x) + Psi(x) = 0, negated. 3
2, 5, 1, 8, 3, 5, 4, 2, 6, 9, 9, 3, 3, 4, 5, 3, 2, 8, 5, 3, 3, 3, 5, 9, 7, 5, 8, 5, 0, 4, 0, 0, 8, 4, 5, 7, 0, 7, 2, 4, 2, 7, 0, 5, 1, 3, 1, 3, 6, 2, 1, 3, 7, 6, 0, 0, 5, 7, 2, 0, 6, 1, 4, 0, 3, 4, 3, 0, 9, 4, 0, 5, 8, 9, 6, 8, 4, 6, 7, 9, 2, 8, 3, 4, 7, 2, 7, 8, 0, 8, 9, 9, 0, 6, 8, 5, 3, 7, 0, 0, 3, 0, 4, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Gamma(x) stands for the gamma function (Euler's integral of the second kind), Psi(x) denotes the digamma function (logarithmic derivative of the gamma function).
LINKS
EXAMPLE
-2.5183542699334532853335975850400845707242705131362137...
MAPLE
Digits:= 150: fsolve(GAMMA(x)+Psi(x)=0, x=-2.5);
MATHEMATICA
FindRoot[Gamma[x]+PolyGamma[x]==0, {x, -2.5}, WorkingPrecision->120][[1, 2]] // RealDigits[#, 10, 104]& // First
PROG
(PARI) default(realprecision, 120); solve(x = -2.6, -2.4, gamma(x)+psi(x))
CROSSREFS
Sequence in context: A283556 A340198 A362151 * A297012 A259449 A174815
KEYWORD
nonn,cons
AUTHOR
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 August 25 11:50 EDT 2024. Contains 375438 sequences. (Running on oeis4.)