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.

A197323 Floor((3*n+1/n)^n).

Original entry on oeis.org

4, 42, 813, 22518, 811368, 35946075, 1888624971, 114746269757, 7912720985079, 610470884770406, 52094956940751710, 4871691779130290166, 495409898474358881326, 54427906182810588386673, 6424384909407981686846705, 810777549111969648699638306, 108944087230453697240059783283
Offset: 1

Views

Author

Vincenzo Librandi, Oct 17 2011

Keywords

Crossrefs

Programs

  • Magma
    [Floor((3*n+1/n)^n): n in [1..20]];
  • Mathematica
    Table[Floor[(3n+1/n)^n],{n,20}] (* Harvey P. Dale, Dec 16 2012 *)