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!)
A242050 Denominator of A242035(n) / A246053(floor(n/2)). 3
2, 2, 2, 2, 1, 7, 1, 2, 1, 1, 1, 5, 1, 1, 7, 10, 1, 7, 1, 1, 1, 1, 3, 7, 1, 5, 1, 1, 1, 1, 1, 2, 1, 1, 1, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 7, 1, 1, 1, 1, 1, 5, 1, 1, 3, 1, 1, 1, 1, 62, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Let h(x) = zeta(2*x)*(4^x-2) and r(n) = h([(n+1)/2])*h([n/2])/ h(n). Then the denominator of r([n/2]) almost divides the numerator of r(n), where 'a almost divides b' means that a divides b or the denominator of the quotient b/a (reduced to lowest terms) is very small compared to the size of b.
LINKS
EXAMPLE
a(34) = 1 because A246053(17) divides A242035(34).
a(35) = 7 because A242035(35)/A246053(17) = 8416843291197378595121525029762095062482279733/7.
PROG
(Sage)
h = lambda x: zeta(2*x)*(4^x-2)
r = lambda n: h((n+1)//2)*h(n//2)/h(n)
A242050 = lambda n: (r(n).numerator()/r(n//2).denominator()).denominator()
[A242050(n) for n in range(1000)]
CROSSREFS
Sequence in context: A308619 A114294 A371929 * A037869 A037868 A173069
KEYWORD
nonn
AUTHOR
Peter Luschny, Aug 17 2014
STATUS
approved

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 24 14:18 EDT 2024. Contains 371960 sequences. (Running on oeis4.)