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.

A165851 Totally multiplicative sequence with a(p) = 30.

Original entry on oeis.org

1, 30, 30, 900, 30, 900, 30, 27000, 900, 900, 30, 27000, 30, 900, 900, 810000, 30, 27000, 30, 27000, 900, 900, 30, 810000, 900, 900, 27000, 27000, 30, 27000, 30, 24300000, 900, 900, 900, 810000, 30, 900, 900, 810000, 30, 27000, 30, 27000, 27000
Offset: 1

Views

Author

Jaroslav Krizek, Sep 28 2009

Keywords

Crossrefs

Programs

  • Magma
    [n eq 1 select 1 else 30^(&+[p[2]: p in Factorization(n)]): n in [1..120]]; // Vincenzo Librandi, Apr 14 2016
  • Mathematica
    30^PrimeOmega[Range[50]] (* Harvey P. Dale, May 04 2015 *)
  • PARI
    a(n) = 30^bigomega(n); \\ Michel Marcus, Apr 14 2016
    

Formula

a(n) = A009974(A001222(n)) = 30^bigomega(n) = 30^A001222(n).