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”).

A111970
Decimal expansion of the width parameter of Graham's biggest little hexagon.
3
3, 4, 3, 7, 7, 1, 4, 5, 3, 0, 2, 5, 6, 7, 2, 7, 5, 3, 6, 6, 9, 1, 6, 7, 9, 2, 4, 4, 2, 9, 0, 5, 5, 6, 0, 0, 9, 9, 5, 2, 3, 6, 5, 1, 9, 3, 2, 9, 5, 6, 8, 5, 9, 7, 8, 5, 8, 5, 6, 4, 0, 5, 2, 5, 7, 3, 2, 3, 3, 4, 4, 0, 1, 9, 5, 3, 5, 9, 1, 5, 1, 0, 8, 2, 4, 2, 9, 1, 1, 6, 0, 8, 2, 1, 1, 5, 0, 4, 6, 3, 4, 5
OFFSET
0,1
LINKS
Eric Weisstein's World of Mathematics, Graham's Biggest Little Hexagon
EXAMPLE
0.343771453...
MATHEMATICA
RealDigits[Root[ -351 + 1440*#1 + 2520*#1^2 - 12672*#1^3 - 8192*#1^4 + 38528*#1^5 + 18176*#1^6 - 44032*#1^7 - 19968*#1^8 + 16384*#1^9 + 8192*#1^10 &, 5, 0], 10, 100][[1]] (* Vaclav Kotesovec, Aug 16 2015 after Eric W. Weisstein *)
CROSSREFS
Sequence in context: A377604 A358045 A371858 * A337493 A291317 A141730
KEYWORD
nonn,cons
AUTHOR
Eric W. Weisstein, Aug 23 2005
STATUS
approved