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!)
A005534 Decimal expansion of fifth root of 5.
(Formerly M2615)
4
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, 3, 5, 8, 3, 3, 1, 5, 6, 5, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

Fifth root of 5 = 5^(1/5). - Harry J. Smith, 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... - Harry J. Smith, May 10 2009

MATHEMATICA

RealDigits[N[5^(1/5), 200]][[1]] (* 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)); } \\ Harry J. Smith, May 10 2009

CROSSREFS

Cf. A002951 (continued fraction). - Harry J. Smith, May 10 2009

Sequence in context: A016621 A342354 A011271 * A113014 A102520 A275667

Adjacent sequences:  A005531 A005532 A005533 * A005535 A005536 A005537

KEYWORD

nonn,cons

AUTHOR

N. J. A. Sloane

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 September 22 05:28 EDT 2022. Contains 356887 sequences. (Running on oeis4.)