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.

A214395 Decimal expansion of 16/27.

Original entry on oeis.org

5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5
Offset: 0

Views

Author

Keywords

Comments

Betz's constant (or Betz's coefficient): maximum efficiency of a turbine. The constant is unfortunately named; Lanchester discovered it before Betz, and Lanchester cites Froude (though it seems that Lanchester was the first to write it explicitly). Joukowsky (also spelled Zhukovsky) and Munk published discoveries the same year as Betz.

Examples

			0.5925925925925925925925925925925925925925925925925925925925925925925...
		

References

  • Albert Betz, "Das Maximum der theoretisch möglichen Ausnutzung des Windes durch Windmotoren", Zeitschrift für das gesamte Turbinenwesen 26 (1920), pp. 307-309.
  • N. E. Joukowsky (Николай Егорович Жуковский), Windmill of the NEJ type (in Russian), Transactions of the Central Institute for Aero-Hydrodynamics of Moscow (1920). Appeared in Collected Papers Vol VI, The Joukowsky Institute for AeroHydrodynamics, Moscow, Russia (1937); VI: 405-409 (in Russian).
  • F. W. Lanchester, A contribution to the theory of propulsion and the screw propeller, Transactions of the Institution of Naval Architects 57 (1915), pp. 98-116. (See pp. 114-115.)

Crossrefs

Programs

  • Mathematica
    RealDigits[16/27,10,120][[1]] (* or *) PadRight[{},120,{5,9,2}] (* Harvey P. Dale, Dec 04 2012 *)
  • PARI
    16/27.

Formula

Equals 16 * A021031. - Felix Fröhlich, Jun 17 2017