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!)
A372831 Decimal expansion of (16 + 5*sqrt(2))/15. 2
1, 5, 3, 8, 0, 7, 1, 1, 8, 7, 4, 5, 7, 6, 9, 8, 3, 4, 9, 6, 0, 0, 5, 6, 2, 9, 0, 8, 0, 6, 9, 8, 9, 9, 3, 5, 9, 5, 2, 3, 2, 2, 3, 9, 5, 8, 4, 5, 8, 9, 8, 2, 6, 9, 1, 0, 5, 8, 8, 9, 3, 2, 4, 5, 9, 9, 6, 9, 1, 0, 8, 2, 6, 1, 5, 4, 0, 3, 5, 6, 7, 9, 6, 1, 6, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Equals Sum_{k>=0} |cos(k*Pi/4)|/2^k.
EXAMPLE
1.5380711874576983496005629080698993595232239584589826...
MATHEMATICA
s = Sum[Abs[Cos[k Pi/4]]/2^k, {k, 0, Infinity}]
d = N[s, 100]
First[RealDigits[d]] (* A372831 *)
N[1/15 (16 + 5 Sqrt[2]), 100]
CROSSREFS
Cf. A372778.
Sequence in context: A248257 A019663 A187488 * A087654 A086032 A018222
KEYWORD
nonn,cons,easy
AUTHOR
Clark Kimberling, Jun 07 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 17 10:40 EDT 2024. Contains 374375 sequences. (Running on oeis4.)