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

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

1,1

LINKS

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

Simon Plouffe, GAMMA(1/3)

EXAMPLE

Gamma(1/3) = 2.6789385347077476336556929409746776441286893779573011009...

MATHEMATICA

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

PROG

(PARI) { default(realprecision, 1080); x=gamma(1/3); for (n=1, 1000, d=floor(x); x=(x-d)*10; write("b073005.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Apr 19 2009]

CROSSREFS

Sequence in context: A140132 A186504 A096909 * A091942 A047555 A184939

Adjacent sequences:  A073002 A073003 A073004 * A073006 A073007 A073008

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 16 19:06 EST 2012. Contains 205945 sequences.