login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A250091
Decimal expansion of 1+2^(1/2)+3^(1/3)+4^(1/4)+5^(1/5)+6^(1/6)+7^(1/7).
0
9, 3, 1, 8, 8, 8, 1, 7, 5, 8, 8, 6, 8, 2, 1, 4, 7, 7, 1, 4, 9, 8, 6, 4, 2, 8, 6, 8, 8, 1, 8, 8, 6, 5, 1, 9, 6, 6, 5, 9, 9, 6, 0, 8, 6, 4, 4, 7, 0, 6, 7, 3, 3, 8, 2, 1, 4, 1, 4, 7, 6, 5, 1, 7, 0, 3, 6, 6, 0, 6, 2, 6, 5, 6, 0, 5, 2, 9, 4, 0, 5, 1, 1, 7, 2, 7, 1
OFFSET
1,1
FORMULA
Equals 9.3188817588682147714986428688188651966599608644706733821414765...
MATHEMATICA
RealDigits[1 + 2 2^(1/2) + 3^(1/3) + 5^(1/5) + 6^(1/6) + 7^(1/7), 10, 120][[1]]
PROG
(Magma) 1+2*2^(1/2)+3^(1/3)+5^(1/5)+6^(1/6)+7^(1/7);
(PARI) sum(n=1, 7, sqrtn(n, n)) \\ Charles R Greathouse IV, Apr 20 2016
CROSSREFS
Cf. A037077.
Sequence in context: A309893 A188887 A378102 * A199152 A306808 A086232
KEYWORD
nonn,cons
AUTHOR
Vincenzo Librandi, Nov 12 2014
STATUS
approved