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

A372253
Decimal expansion of Sum_{k>=0} (1 / (k^2 + k + 1)).
1
1, 7, 9, 8, 1, 4, 7, 2, 8, 0, 5, 6, 2, 6, 9, 0, 1, 8, 0, 9, 0, 5, 8, 2, 0, 1, 2, 4, 3, 3, 7, 4, 2, 2, 9, 3, 2, 9, 2, 0, 3, 2, 4, 6, 3, 4, 3, 7, 1, 8, 3, 9, 1, 4, 3, 3, 8, 6, 8, 3, 9, 4, 7, 3, 0, 0, 4, 6, 6, 8, 4, 5, 8, 3, 3, 6, 6, 9, 1, 5, 2, 9, 5, 9, 8, 1
OFFSET
1,2
EXAMPLE
1.79814728056269018090582012433742293292032463437183...
MATHEMATICA
s = Chop[N[Sum[1/(k^2 + k + 1), {k, 0, Infinity}], 120]]
First[RealDigits[s]]
CROSSREFS
Cf. A371804.
Sequence in context: A340220 A182688 A342571 * A256924 A377606 A348668
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Apr 24 2024
STATUS
approved