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.

A014521 Nearest integer to Gamma(n+1/2).

Original entry on oeis.org

2, 1, 1, 3, 12, 52, 288, 1871, 14034, 119292, 1133278, 11899423, 136843365, 1710542068, 23092317922, 334838609874, 5189998453040, 85634974475162, 1498612053315336, 27724322986333718, 540624298233507504
Offset: 0

Views

Author

Keywords

References

  • M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, Tenth Printing, 1972, p. 255.

Crossrefs

Programs

  • Maple
    [ seq(round(evalf(GAMMA(n+1/2),100)), n=0..24) ];
  • Mathematica
    Table[Round[Gamma[n + 1/2]], {n, 0, 26}]
  • PARI
    a(n) = round(gamma(n + 1/2)); \\ Michel Marcus, Nov 05 2018

Extensions

a(15) corrected by Sean A. Irvine, Nov 04 2018