cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A187103 Maximum order of an explicit Runge-Kutta method with n function evaluations in each step.

Original entry on oeis.org

1, 2, 3, 4, 4, 5, 6, 6, 7, 7, 8
Offset: 1

Views

Author

Pontus von Brömssen, Mar 04 2011

Keywords

Comments

a(n) <= n-3 for n >= 10 (Butcher 1985).
Observation: first 10 terms coincide with A303735. - Omar E. Pol, Oct 04 2018
The preceding observation (by Omar E. Pol) holds also for the 11th term. - Pontus von Brömssen, Apr 05 2023

Crossrefs

Formula

a(n) = max{k; A187102(k)<=n}.