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!)
A165826 Totally multiplicative sequence with a(p) = 5. 9
1, 5, 5, 25, 5, 25, 5, 125, 25, 25, 5, 125, 5, 25, 25, 625, 5, 125, 5, 125, 25, 25, 5, 625, 25, 25, 125, 125, 5, 125, 5, 3125, 25, 25, 25, 625, 5, 25, 25, 625, 5, 125, 5, 125, 125, 25, 5, 3125, 25, 125 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A000351(A001222(n)) = 5^bigomega(n) = 5^A001222(n).
Dirichlet g.f.: Product_{p prime} 1 / (1 - 5 * p^(-s)). - Ilya Gutkovskiy, Oct 30 2019
MATHEMATICA
5^PrimeOmega[Range[100]] (* G. C. Greubel, Apr 09 2016 *)
PROG
(PARI) for(n=1, 100, print1(direuler(p=2, n, 1/(1-5*X))[n], ", ")) \\ Vaclav Kotesovec, Feb 28 2023
CROSSREFS
Sequence in context: A366443 A262117 A145764 * A256693 A255458 A256135
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 19 07:11 EDT 2024. Contains 371782 sequences. (Running on oeis4.)