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”).

A307229
Decimal expansion of (3*exp(1/2) - 1)/2.
0
1, 9, 7, 3, 0, 8, 1, 9, 0, 6, 0, 5, 0, 1, 9, 2, 2, 2, 0, 2, 7, 2, 9, 7, 6, 1, 8, 1, 7, 2, 1, 2, 4, 5, 3, 5, 7, 4, 8, 0, 6, 6, 4, 1, 5, 1, 0, 6, 5, 2, 2, 2, 0, 1, 7, 3, 6, 2, 6, 1, 8, 9, 6, 7, 4, 6, 0, 9, 9, 1, 5, 3, 1, 7, 9, 1, 3, 2, 3, 4, 1, 2, 9, 4, 9, 1, 6, 4, 7, 8, 0, 0, 8, 4, 5, 4, 9, 9, 6, 4, 5, 0, 4, 2, 9, 9, 9, 5, 6, 6, 3, 4, 4, 6, 1, 6, 9, 5, 5, 0
OFFSET
1,2
LINKS
O. A. Akinfenwa, et al., Block Method for Numerical Solution of Differential-Algebraic Equations with Hessenberg Index-3, International Journal of Pure and Applied Mathematics, 2 (2014).
EXAMPLE
1.973081906050192220272976...
MATHEMATICA
RealDigits[3*Exp(1/2)/2 - 1/2, 10, 120][[1]]
PROG
(PARI) 3*exp(1/2)/2 - 1/2 \\ Michel Marcus, Mar 31 2019
CROSSREFS
Cf. A003417 (Engel expansion).
Sequence in context: A173515 A091558 A244659 * A002205 A363766 A251734
KEYWORD
cons,nonn
AUTHOR
Terry D. Grant, Mar 29 2019
STATUS
approved