login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A165852 Totally multiplicative sequence with a(p) = 31. 1
1, 31, 31, 961, 31, 961, 31, 29791, 961, 961, 31, 29791, 31, 961, 961, 923521, 31, 29791, 31, 29791, 961, 961, 31, 923521, 961, 961, 29791, 29791, 31, 29791, 31, 28629151, 961, 961, 961, 923521, 31, 961, 961, 923521, 31, 29791, 31, 29791, 29791 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A009975(A001222(n)) = 31^bigomega(n) = 31^A001222(n).
MATHEMATICA
31^PrimeOmega[Range[100]] (* G. C. Greubel, Apr 13 2016 *)
PROG
(PARI) a(n) = 31^bigomega(n); \\ Michel Marcus, Apr 14 2016
(Magma) [n eq 1 select 1 else 31^(&+[p[2]: p in Factorization(n)]): n in [1..100]]; // Vincenzo Librandi, Apr 14 2016
CROSSREFS
Sequence in context: A070921 A369586 A369409 * A291523 A256496 A133782
KEYWORD
nonn,mult
AUTHOR
Jaroslav Krizek, Sep 28 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 08:19 EDT 2024. Contains 371905 sequences. (Running on oeis4.)