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.

A084691 10000 times the n-th zero of the BesselJ function of zero order, rounded.

Original entry on oeis.org

24048, 55201, 86537, 117915, 149309, 180711, 212116, 243525, 274935, 306346, 337758, 369171, 400584, 431998, 463412, 494826, 526241, 557655, 589070, 620485
Offset: 1

Views

Author

Zak Seidov, Jul 01 2003

Keywords

Examples

			24048 represents A115368. 55201 represents 5.52007811...
		

Programs

  • Mathematica
    Round[10000 BesselJZero[0, Range[20]]]