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.

A166629 Totally multiplicative sequence with a(p) = 8p for prime p.

Original entry on oeis.org

1, 16, 24, 256, 40, 384, 56, 4096, 576, 640, 88, 6144, 104, 896, 960, 65536, 136, 9216, 152, 10240, 1344, 1408, 184, 98304, 1600, 1664, 13824, 14336, 232, 15360, 248, 1048576, 2112, 2176, 2240, 147456, 296, 2432, 2496, 163840, 328, 21504, 344, 22528
Offset: 1

Views

Author

Jaroslav Krizek, Oct 18 2009

Keywords

Crossrefs

Programs

  • Mathematica
    Table[n*8^PrimeOmega[n], {n, 1, 100}] (* G. C. Greubel, May 19 2016 *)
  • PARI
    a(n) = n*8^bigomega(n); \\ Michel Marcus, Oct 30 2019

Formula

Multiplicative with a(p^e) = (8p)^e.
If n = Product p(k)^e(k) then a(n) = Product (8*p(k))^e(k).
a(n) = n * A165829(n) = n * 8^bigomega(n) = n * 8^A001222(n).
Dirichlet g.f.: Product_{p prime} 1 / (1 - 8 * p^(1 - s)). - Ilya Gutkovskiy, Oct 30 2019