login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A073100 Denominator of b(n) = n * Sum_{k=2^n..2^(n+1)-1} (-1)^k/k. 2

%I #19 May 20 2022 08:56:20

%S 6,210,120120,18050444111700,118226688410282226751136160,

%T 1112813007583117631616979100370019711878239390670756000,

%U 1191035057635417333689929196555456096447880322064975132139675263681349241137859495385119040334214863238544000

%N Denominator of b(n) = n * Sum_{k=2^n..2^(n+1)-1} (-1)^k/k.

%H Amiram Eldar, <a href="/A073100/b073100.txt">Table of n, a(n) for n = 1..10</a>

%H G. Vacca, <a href="https://books.google.fr/books?id=Q4qXAAAAMAAJ&amp;hl=fr&amp;pg=PA363#v=onepage&amp;q&amp;f=false">A new series for the Eulerian constant gamma=.577...</a>, Quart. J. Pure Appl. Math., Vol. 41 (1910), pp. 363-368.

%F Sum_{k>=1} b(k) = gamma = 0.5772... (A001620).

%t a[n_] := Denominator[n * Sum[(-1)^k/k, {k, 2^n, 2^(n+1)-1}]]; Array[a, 7] (* _Amiram Eldar_, May 19 2022 *)

%o (PARI) a(n)=denominator( n*sum(k=2^n,2^(n+1)-1,(-1)^k/k))

%Y Cf. A001620, A073099 (numerators).

%K easy,frac,nonn

%O 1,1

%A _Benoit Cloitre_, Aug 18 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)