login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A073006 Decimal expansion of Gamma(2/3). 2
1, 3, 5, 4, 1, 1, 7, 9, 3, 9, 4, 2, 6, 4, 0, 0, 4, 1, 6, 9, 4, 5, 2, 8, 8, 0, 2, 8, 1, 5, 4, 5, 1, 3, 7, 8, 5, 5, 1, 9, 3, 2, 7, 2, 6, 6, 0, 5, 6, 7, 9, 3, 6, 9, 8, 3, 9, 4, 0, 2, 2, 4, 6, 7, 9, 6, 3, 7, 8, 2, 9, 6, 5, 4, 0, 1, 7, 4, 2, 5, 4, 1, 6, 7, 5, 8, 3, 4, 1, 4, 7, 9, 5, 2, 9, 7, 2, 9, 1, 1, 1, 0, 6, 4, 3 (list; constant; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,5000

Simon Plouffe, GAMMA(2/3)

FORMULA

This number * A073005 = 2*pi/sqrt(3) = A019692 * A020760 - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jun 18 2006

EXAMPLE

Gamma(2/3) = 1.3541179394264004169452880281545137855193272660567936983...

1.354117939426400416945288028154513785519327266056793698394022467963782... [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 14 2009]

MATHEMATICA

RealDigits[ N[ Gamma[2/3], 110]][[1]]

PROG

(PARI) { allocatemem(932245000); default(realprecision, 5080); x=gamma(2/3); for (n=1, 5000, d=floor(x); x=(x-d)*10; write("b073006.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 14 2009]

CROSSREFS

Cf. A030652 = Continued fraction. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 14 2009]

Sequence in context: A016611 A198619 A168223 * A165109 A134892 A055266

Adjacent sequences:  A073003 A073004 A073005 * A073007 A073008 A073009

KEYWORD

cons,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 03 2002

EXTENSIONS

Fixed my PARI program, had -n Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 19 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 15:20 EST 2012. Contains 205823 sequences.