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!)
A357557 a(n) is the numerator of the coefficient c in the polynomial of the form y(x)=x^n+c such that starting with y(x)=x for n=1 each polynomial is C-1 continuous with the previous one. 1

%I #24 Oct 18 2022 13:33:12

%S 0,1,43,3481,12647597,380547619,340607106994117,23867104301800579837,

%T 13408353860832026243555117,43926321999197203038889578577,

%U 13055436009603783636664151666161626100547,6766346844526064783736339920897644104961

%N a(n) is the numerator of the coefficient c in the polynomial of the form y(x)=x^n+c such that starting with y(x)=x for n=1 each polynomial is C-1 continuous with the previous one.

%C The polynomials y(x)=x^n+c(n) can only be connected at x=n/(n+1) and with coefficients c(n) = { 0, 1/4, 43/108, 3481/6912, ... }. The denominator of c(n) is A061464. The numerator is our sequence a(n)

%H Inigo Quilez, <a href="/A357557/b357557.txt">Table of n, a(n) for n = 1..50</a>

%H Inigo Quilez, <a href="https://www.shadertoy.com/view/sltfRs">Live demo of the polynomials y(x)</a>

%F a(n) = numerator of Sum_{i=1..n} (i^i)/((i+1)^(i+1)).

%o (PARI) a(n) = my(p=1); numerator(sum(i=2,n, p/(p=i^i))); \\ _Kevin Ryde_, Oct 03 2022

%Y Cf. A061464 (denominators).

%K nonn,frac

%O 1,3

%A _Inigo Quilez_, Oct 03 2022

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 May 23 09:40 EDT 2024. Contains 372760 sequences. (Running on oeis4.)