The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A277429 Numerators of the Fabius function F(3/2^n). 2
67, 73, 46657, 25219, 29407171, 10997359, 109661317247, 31733679209, 558462830097043, 132566737763827, 646476041042787542443, 130499244418507180561, 2411172049639892707896547, 424191560077453917728503, 84883189962706557116984038531, 172244289373664036915914887721 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
The Fabius function F(x) is the smooth monotone increasing function on [0, 1] satisfying F(0) = 0, F(1) = 1, F'(x) = 2*F(2*x) for 0 < x < 1/2, F'(x) = 2*F(2*(1-x)) for 1/2 < x < 1. It is infinitely differentiable at every point in the interval, but is nowhere analytic. It assumes rational values at dyadic rationals.
REFERENCES
Rvachev V. L., Rvachev V. A., Non-classical methods of the approximation theory in boundary value problems, Naukova Dumka, Kiev (1979) (in Russian), pages 117-125.
LINKS
J. Fabius, A probabilistic example of a nowhere analytic C^infty-function, Probability Theory and Related Fields, June 1966, Volume 5, Issue 2, pp 173-174.
Wikipedia, Fabius function
EXAMPLE
A277429/A277430 = 67/72, 73/288, 46657/2073600, 25219/33177600, 29407171/2809213747200, ... (starting from n = 2)
MATHEMATICA
c[0] = 1;
c[k_] := c[k] = Sum[((-1)^(k - r) c[r])/(1 + 2 k - 2 r)!, {r, 0, k - 1}]/(4^k - 1);
t[n_] := Mod[2 n + Sum[(-1)^Binomial[n, k], {k, 1, n}], 3];
f[x_] := Module[{k = Numerator[x], n = Log2[Denominator[x]]}, Sum[((-1)^(q + t[p - 1]) 2^(-(n - 1) n/2) (1/2 - p + k)^(n - 2 q) c[q])/(4^q (n - 2 q)!), {p, 1, k}, {q, 0, n/2}]];
Table[Numerator[f[3/2^n]], {n, 2, 20}]
CROSSREFS
Cf. A277430 (denominators), A272755, A272757, A272343.
Sequence in context: A241897 A225626 A345214 * A039432 A043255 A044035
KEYWORD
nonn,frac
AUTHOR
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 June 12 14:38 EDT 2024. Contains 373331 sequences. (Running on oeis4.)