login

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 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A146943
Decimal expansion of g_1 (smaller of two positive constants) such that Gamma(g_1)=Pi.
1
2, 8, 6, 3, 6, 3, 9, 7, 3, 7, 4, 9, 2, 1, 6, 0, 5, 6, 8, 2, 5, 9, 7, 6, 8, 6, 9, 7, 7, 3, 8, 0, 6, 8, 4, 1, 5, 3, 8, 3, 7, 6, 1, 7, 5, 6, 1, 5, 7, 4, 6, 5, 4, 1, 4, 7, 8, 6, 4, 9, 7, 7, 2, 0, 7, 3, 4, 7, 8, 1, 7, 5, 5, 7, 5, 8, 7, 3, 8, 9, 3, 3, 5, 3, 0, 7, 9, 1, 5, 6, 7, 8, 6, 7, 0, 7, 5, 6, 7, 1, 1, 9, 9, 8, 2
OFFSET
0,1
COMMENTS
For the larger of the two constants, g_2, see A146944.
EXAMPLE
0.2863639737...
MATHEMATICA
RealDigits[x /. FindRoot[Gamma[x] == Pi, {x, 1/6}, WorkingPrecision -> 300]]
PROG
(PARI) solve(x=0.1, 1, gamma(x) - Pi) \\ Michel Marcus, Jan 15 2021
CROSSREFS
Sequence in context: A016594 A175803 A019986 * A028352 A132699 A347634
KEYWORD
cons,nonn
AUTHOR
Artur Jasinski, Nov 02 2008
EXTENSIONS
Offset corrected by R. J. Mathar, Feb 05 2009
STATUS
approved