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

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

1,3

REFERENCES

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

LINKS

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

EXAMPLE

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

MATHEMATICA

RealDigits[N[2^(1/5), 200]][[1]] (* From Vladimir Joseph Stephan Orlovsky, Jan 22 2012 *)

PROG

(PARI) { default(realprecision, 20080); x=2^(1/5); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b005531.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 12 2009]

CROSSREFS

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

Sequence in context: A200368 A142350 A011515 * A064494 A119800 A063723

Adjacent sequences:  A005528 A005529 A005530 * A005532 A005533 A005534

KEYWORD

nonn,cons

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

More terms from Olaf Voss (richyfourtythree(AT)yahoo.com), Feb 13 2008

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:48 EST 2012. Contains 205955 sequences.