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!)
A372912 Decimal expansion of (2/7)*sqrt(3). 3
4, 9, 4, 8, 7, 1, 6, 5, 9, 3, 0, 5, 3, 9, 3, 5, 1, 2, 4, 3, 6, 4, 1, 3, 2, 4, 0, 4, 3, 0, 2, 4, 9, 2, 4, 7, 6, 9, 7, 9, 4, 4, 3, 5, 8, 2, 3, 1, 5, 3, 7, 3, 2, 2, 3, 0, 1, 6, 5, 9, 1, 3, 6, 9, 8, 6, 2, 6, 6, 5, 7, 6, 2, 5, 9, 6, 5, 7, 1, 5, 3, 4, 5, 1, 7, 5 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
Equals Sum_{k>=0} tan(k*Pi/3)/2^k.
EXAMPLE
0.494871659305393512436413240430249247697944358...
MATHEMATICA
s = Sum[Tan[k Pi/3]/2^k, {k, 0, Infinity}]
d = N[s, 100]
First[RealDigits[d]]
N[(2 Sqrt[3])/7, 100]
PROG
(Python)
from math import isqrt
def A372912(n): return isqrt(12*10**(n+1<<1)//49)%10 # Chai Wah Wu, Jul 08 2024
CROSSREFS
Sequence in context: A271948 A068950 A021673 * A224299 A141653 A336051
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Jul 01 2024
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 July 28 00:31 EDT 2024. Contains 374672 sequences. (Running on oeis4.)