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.

A197710 Floor((n+1/n)^9).

Original entry on oeis.org

512, 3814, 50805, 452376, 2779905, 12895977, 48400258, 154315775, 432655358, 1093685272, 2539243267, 5491371250, 11182788769, 21629362253, 40008716648, 71173490663, 122332454247, 203937787267, 330822261550, 523635874526, 810637651662, 1229904866745, 1832028823765, 2683373601749
Offset: 1

Views

Author

Vincenzo Librandi, Oct 18 2011

Keywords

Crossrefs

Programs

  • Magma
    [Floor((n+1/n)^9): n in [1..40]]
  • Mathematica
    Table[Floor[(n+1/n)^9],{n,30}] (* Harvey P. Dale, Aug 26 2022 *)