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.

Showing 1-1 of 1 results.

A198071 Round((n+1/n)^6).

Original entry on oeis.org

64, 244, 1372, 5893, 19771, 54992, 132810, 287700, 572042, 1061520, 1861242, 3112580, 5000730, 7762992, 11697770, 17174292, 24643050, 34646960, 47833242, 64966020, 86939642, 114792720, 149722890, 193102292, 246493770
Offset: 1

Views

Author

Vincenzo Librandi, Oct 21 2011

Keywords

Crossrefs

Programs

  • Magma
    [Round((n+1/n)^6): n in [1..60]];
  • Mathematica
    Table[Round[(n+1/n)^6],{n,30}] (* Harvey P. Dale, Nov 11 2013 *)
Showing 1-1 of 1 results.