cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A328344 Decimal expansion of Sum_{k>=0} L(k)/k!, where L(k) is the k-th Lucas number (A000032).

This page as a plain text file.
%I A328344 #16 Feb 06 2022 02:47:58
%S A328344 5,5,8,2,1,6,8,7,2,6,0,8,4,0,7,3,2,7,2,2,7,3,8,2,0,0,8,7,6,5,0,1,0,1,
%T A328344 0,8,0,6,7,9,7,0,8,6,8,2,2,5,7,9,4,8,5,3,9,5,2,2,8,4,1,8,5,0,0,5,3,2,
%U A328344 6,4,7,8,7,7,1,3,7,6,1,1,7,0,8,0,7,6,2
%N A328344 Decimal expansion of Sum_{k>=0} L(k)/k!, where L(k) is the k-th Lucas number (A000032).
%D A328344 Thomas Koshy, Fibonacci and Lucas Numbers with Applications, Volume 1, 2nd edition, Wiley, 2017, chapter 13.8, pp. 248-250.
%F A328344 Equals exp(phi) + exp(1-phi), where phi is the golden ratio (A001622).
%F A328344 Equals e * A328495. - _Amiram Eldar_, Feb 06 2022
%e A328344 5.582168726084073272273820087650101080679708682257948...
%t A328344 RealDigits[Exp[GoldenRatio] + Exp[1 - GoldenRatio], 10, 100][[1]]
%Y A328344 Cf. A000032, A001113, A001622, A098689, A139341, A139342, A328495.
%K A328344 nonn,cons
%O A328344 1,1
%A A328344 _Amiram Eldar_, Oct 22 2019