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

 


A287937
Denominator of moments of Rvachëv function up(x).
4
1, 9, 675, 59535, 32531625, 24405225075, 4133856862760625, 2232691548877164375, 13301767332333178846875, 100028040755473167511640090625, 182171989134769427819794434994453125, 12012265189685856975048179723754213046875, 75749878923357625026812035792140968086378130859375
OFFSET
0,2
LINKS
J. Arias de Reyna, Arithmetic of the Fabius function, arXiv:1702.06487 [math.NT], 2017.
FORMULA
Recurrence c(0)=1, c(n)=Sum_{k=0..n-1}(binomial(2n+1,2k) c_k)/((2n+1)*(2^(2n)-1)), where c(n)=A287936(n)/a(n).
EXAMPLE
A287936(n)/a(n) = 1/1, 1/9, 19/675, 583/59535, ...
MATHEMATICA
c[0] = 1;
c[n_] := c[n] =
Sum[Binomial[2 n + 1, 2 k] c[k], {k, 0, n - 1}]/((2 n + 1) (2^(2 n) - 1));
Table[Denominator[c[n]], {n, 0, 30}]
CROSSREFS
Sequence in context: A015007 A054327 A209964 * A372184 A053973 A059492
KEYWORD
nonn,frac
AUTHOR
Juan Arias-de-Reyna, Jun 03 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 24 07:53 EDT 2024. Contains 376188 sequences. (Running on oeis4.)