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.

A382790 a(n) is the (2^n)-th powerful number.

Original entry on oeis.org

1, 4, 9, 32, 121, 392, 1352, 5000, 18432, 69192, 265837, 1024144, 3968064, 15523600, 60972500, 240413400, 950612224, 3767130288, 14959246864, 59495990724, 236902199076, 944193944097, 3765996039168, 15029799230264, 60010866324576, 239700225078125, 957712290743329
Offset: 0

Views

Author

Amiram Eldar, Apr 05 2025

Keywords

Crossrefs

Programs

  • Mathematica
    seq[max_] := Module[{p = Union@ Flatten@ Table[i^2*j^3, {j, 1, max^(1/3)}, {i, 1, Sqrt[max/j^3]}]}, p[[2^Range[0, Floor[Log2[Length[p]]]]]]]; seq[10^12]

Formula

a(n) = A001694(2^n).
a(n) ~ c * 4^n, where c = (zeta(3)/zeta(3/2))^2 = 1/A090699^2.