[go: up one dir, main page]

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

Search: a374186 -id:a374186
     Sort: relevance | references | number | modified | created      Format: long | short | data
a(n) = floor(Integral_{t=0..n} floor(exp(t)) dt). The Waldvogel sequence.
+10
1
0, 1, 5, 17, 51, 144, 399, 1092
OFFSET
0,3
COMMENTS
Named after Prof. Jörg Waldvogel (Swiss mathematician). For the variant using the ceiling of the approximation see A374186.
LINKS
Pedro Gonnet, A Review of Error Estimation in Adaptive Quadrature, ACM Computing Surveys, 2012, arXiv:1003.4629 [cs.NA]. (p. 31, 32.)
MAPLE
Digits := 40: W := n -> evalf(int(floor(exp(t)), t = 0...n)):
for n from 0 to 6 do floor(W(n)) od;
# recommended: plot(floor(exp(t)), t = 0..4);
CROSSREFS
Variant: A374186.
KEYWORD
nonn,more,hard
AUTHOR
Peter Luschny, Jul 06 2024
STATUS
approved

Search completed in 0.005 seconds