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.

A165847 Totally multiplicative sequence with a(p) = 26.

Original entry on oeis.org

1, 26, 26, 676, 26, 676, 26, 17576, 676, 676, 26, 17576, 26, 676, 676, 456976, 26, 17576, 26, 17576, 676, 676, 26, 456976, 676, 676, 17576, 17576, 26, 17576, 26, 11881376, 676, 676, 676, 456976, 26, 676, 676, 456976, 26, 17576, 26, 17576, 17576
Offset: 1

Views

Author

Jaroslav Krizek, Sep 28 2009

Keywords

Programs

  • Mathematica
    26^PrimeOmega[Range[100]] (* G. C. Greubel, Apr 13 2016 *)
  • PARI
    a(n) = 26^bigomega(n); \\ Altug Alkan, Apr 13 2016

Formula

a(n) = A009970(A001222(n)) = 26bigomega(n) = 26^A001222(n).