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!)
A230159 Decimal expansion of the positive real solution of the equation x^k-x-1=0. Case k=6. 5
1, 1, 3, 4, 7, 2, 4, 1, 3, 8, 4, 0, 1, 5, 1, 9, 4, 9, 2, 6, 0, 5, 4, 4, 6, 0, 5, 4, 5, 0, 6, 4, 7, 2, 8, 4, 0, 2, 7, 9, 6, 6, 7, 2, 2, 6, 3, 8, 2, 8, 0, 1, 4, 8, 5, 9, 2, 5, 1, 4, 9, 5, 5, 1, 6, 6, 8, 2, 3, 6, 8, 9, 3, 9, 9, 9, 8, 4, 2, 6, 7, 1, 2, 7, 9, 6, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Also decimal expansion of (1+(1+(1+ ... )^(1/k))^(1/k))^(1/k), with k integer and k<0. Case k=6.
LINKS
Paolo P. Lava, Table of n, a(n) for n = 1..1000 (corrected by Sean A. Irvine)
EXAMPLE
1.1347241384015194926054460545064728402796672263828014859...
MAPLE
with(numtheory); P:=proc(q, h) local a, n; a:=(q+1)^(1/h);
for n from q by -1 to 1 do a:=(1+a)^(1/h); od;
print(evalf(a, 1000)); end: P(1000, 6);
MATHEMATICA
Root[x^6 - x - 1, 2] // RealDigits[#, 10, 100]& // First (* Jean-François Alcover, Feb 18 2014 *)
CROSSREFS
Sequence in context: A166043 A294896 A021292 * A105828 A209873 A130880
KEYWORD
nonn,cons
AUTHOR
Paolo P. Lava, Oct 11 2013
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 August 12 19:26 EDT 2024. Contains 375113 sequences. (Running on oeis4.)