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.

A128441 a(n)=Floor(n*2^(n/2)).

Original entry on oeis.org

1, 4, 8, 16, 28, 48, 79, 128, 203, 320, 497, 768, 1176, 1792, 2715, 4096, 6154, 9216, 13757, 20480, 30411, 45056, 66615, 98304, 144815, 212992, 312801, 458752, 671943, 983040, 1436569, 2097152, 3058502, 4456448, 6487733, 9437184, 13716921
Offset: 1

Views

Author

Clark Kimberling, Mar 03 2007

Keywords

Comments

a(n)=T(n,n), where T is given by A128440.

Crossrefs

Cf. A128440.

Programs

  • Mathematica
    Table[Floor[n 2^(n/2)],{n,40}] (* Harvey P. Dale, Apr 09 2018 *)