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

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

1,2

COMMENTS

Fifth root of 5 = 5^(1/5) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 10 2009]

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.379729661461214832390063464216017692855649877977606121772737674791506... [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 10 2009]

MATHEMATICA

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

PROG

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

CROSSREFS

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

Sequence in context: A087655 A016621 A011271 * A113014 A102520 A122490

Adjacent sequences:  A005531 A005532 A005533 * A005535 A005536 A005537

KEYWORD

nonn,cons

AUTHOR

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

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 14 22:06 EST 2012. Contains 205668 sequences.