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!)
A167328 Totally multiplicative sequence with a(p) = 9*(p+3) for prime p. 1
1, 45, 54, 2025, 72, 2430, 90, 91125, 2916, 3240, 126, 109350, 144, 4050, 3888, 4100625, 180, 131220, 198, 145800, 4860, 5670, 234, 4920750, 5184, 6480, 157464, 182250, 288, 174960, 306, 184528125, 6804, 8100, 6480, 5904900, 360, 8910, 7776, 6561000, 396, 218700 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Multiplicative with a(p^e) = (9*(p+3))^e. If n = Product p(k)^e(k) then a(n) = Product (9*(p(k)+3))^e(k).
a(n) = A165830(n) * A166591(n) = 9^bigomega(n) * A166591(n) = 9^A001222(n) * A166591(n).
MATHEMATICA
a[1] = 1; a[n_] := (fi = FactorInteger[n]; Times @@ ((fi[[All, 1]] + 3)^fi[[All, 2]])); Table[a[n]*9^PrimeOmega[n], {n, 1, 100}] (* G. C. Greubel, Jun 09 2016 *)
f[p_, e_] := (9*(p+3))^e; a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; Array[a, 100] (* Amiram Eldar, Oct 21 2023 *)
CROSSREFS
Sequence in context: A085607 A087993 A062390 * A116247 A168108 A037042
KEYWORD
nonn,easy,mult
AUTHOR
Jaroslav Krizek, Nov 01 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 11:14 EDT 2024. Contains 371791 sequences. (Running on oeis4.)