A010482 Decimal expansion of square root of 27.
5, 1, 9, 6, 1, 5, 2, 4, 2, 2, 7, 0, 6, 6, 3, 1, 8, 8, 0, 5, 8, 2, 3, 3, 9, 0, 2, 4, 5, 1, 7, 6, 1, 7, 1, 0, 0, 8, 2, 8, 4, 1, 5, 7, 6, 1, 4, 3, 1, 1, 4, 1, 8, 8, 4, 1, 6, 7, 4, 2, 0, 9, 3, 8, 3, 5, 5, 7, 9, 9, 0, 5, 0, 7, 2, 6, 4, 0, 0, 1, 1, 1, 2, 4, 3, 4, 3, 8, 5, 6, 0, 2, 7, 1, 7, 4, 5, 7, 2
Offset: 1
Examples
5.196152422706631880582339024517617100828415761431141884167420938355799....
Links
- Harry J. Smith, Table of n, a(n) for n = 1..20000
- Robert Ferréol, MacLaurin trisectrix, Mathcurve.
- Wikipedia, Snub disphenoid.
- Index to sequences related to curves.
- Index entries for algebraic numbers, degree 2
Crossrefs
Programs
-
Mathematica
RealDigits[N[Sqrt[27], 200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 22 2011 *)
-
PARI
default(realprecision, 20080); x=sqrt(27); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010482.txt", n, " ", d)); \\ Harry J. Smith, Jun 04 2009
Formula
Equals 3*sqrt(3) = 3 * A002194. - Bernard Schott, Jul 14 2020
Equals 2 * A104956. - Christoph B. Kassir, Oct 02 2022
Comments