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!)
A308226 A continued fraction transformation of Euler-Mascheroni constant. 0
1, 9, 4, 5, 4, 7, 4, 4, 4, 8, 0, 3, 0, 2, 3, 6, 5, 8, 9, 4, 7, 8, 0, 3, 7, 0, 2, 6, 9, 1, 3, 0, 0, 9, 7, 9, 2, 4, 8, 1, 6, 8, 1, 4, 0, 2, 6, 0, 6, 1, 3, 4, 1, 6, 6, 6, 8, 2, 3, 5, 4, 4, 1, 7, 6, 9, 0, 9, 7, 2, 5, 8, 5, 0, 7, 0, 4, 4, 5, 5, 4, 2, 1, 0, 0, 4, 1, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
This number has the continued fraction which is the decimal expansion of Euler-Mascheroni constant.
LINKS
EXAMPLE
Equals 0.1945474448030236589478037026913009...
MAPLE
with(numtheory): P:=proc(q) local a, b, n: a:=evalf(gamma, q): b:=[]:
while a>0 do b:=[op(b), trunc(a)]: a:=evalf(10*(a-trunc(a)), q): od:
a:=b[nops(b)]: for n from nops(b)-1 by -1 to 1 do a:=1/a+b[n]:
od: print(evalf(a, q)); end: P(200):
CROSSREFS
Sequence in context: A062546 A245887 A336603 * A019880 A021518 A030070
KEYWORD
base,nonn,cons,easy
AUTHOR
Paolo P. Lava, May 16 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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)