VOOZH
about
URL: https://oeis.org/A034172
⇱ A034172 - OEIS
login
A034172
Nearest integer to n!/(2*log(2)^(n+1)).
1
1, 1, 3, 13, 75, 541, 4683, 47293, 545835, 7087261, 102247563, 1622632573, 28091567595, 526858348381, 10641342970443, 230283190977853, 5315654681981355, 130370767029135900, 3385534663256845326
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
0,3
COMMENTS
Agrees with
A000670
for 0 <= n <= 16.
REFERENCES
H. S. Wilf, Generatingfunctionology, Academic Press, NY, 1990, p. 147.
LINKS
Table of n, a(n) for n=0..18.
Eric Weisstein's World of Mathematics,
Almost Integer.
H. S. Wilf,
Generatingfunctionology
, 2nd edn., Academic Press, NY, 1994, p. 176, Eq. 5.2.8.
MATHEMATICA
Table[(1/2)*n!/Log[2]^(n+1) // Round, {n, 0, 18}] (*
Jean-François Alcover
, Dec 28 2017 *)
CROSSREFS
Dominant term in an infinite series for
A000670
.
Sequence in context:
A343793
A276900
A276930
*
A000670
A032036
A305535
Adjacent sequences:
A034169
A034170
A034171
*
A034173
A034174
A034175
KEYWORD
nonn
AUTHOR
Dean Hickerson
, Oct 01 1998
STATUS
approved