OFFSET
4,1
COMMENTS
In some of the literature this number is regarded as two times the "I Love You" constant since we must take half of 128*sqrt(e*980) to get "I Love You". - Geoffrey Critzer, Sep 28 2013
LINKS
Alois P. Heinz, Table of n, a(n) for n = 4..10004
Anet Chan, How to say "I love you" with math [broken link]
FORMULA
128 sqrt(e 980).
EXAMPLE
6606.481884325691329581644554...
MAPLE
ILoveYou := 128*sqrt(e*980):
e:= exp(1): s:= convert(evalf( ILoveYou /10000, 140), string):
seq(parse(s[n+1]), n=1..120);
MATHEMATICA
RealDigits[128 Sqrt[E 980], 10, 117][[1]] (* Bruno Berselli, May 27 2012 *)
PROG
(PARI) 128*sqrt(980*exp(1)) \\ Charles R Greathouse IV, Jun 19 2024
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Alois P. Heinz, May 25 2012
STATUS
approved