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!)
A167303 Totally multiplicative sequence with a(p) = 2*(p+2) for prime p. 1
1, 8, 10, 64, 14, 80, 18, 512, 100, 112, 26, 640, 30, 144, 140, 4096, 38, 800, 42, 896, 180, 208, 50, 5120, 196, 240, 1000, 1152, 62, 1120, 66, 32768, 260, 304, 252, 6400, 78, 336, 300, 7168, 86, 1440, 90, 1664, 1400, 400, 98, 40960, 324, 1568 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Multiplicative with a(p^e) = (2*(p+2))^e. If n = Product p(k)^e(k) then a(n) = Product (2*(p(k)+2))^e(k).
a(n) = A061142(n) * A166590(n) = 2^bigomega(n) * A166590(n) = 2^A001222(n) * A166590(n).
MATHEMATICA
a[1] = 1; a[n_] := (fi = FactorInteger[n]; Times @@ ((fi[[All, 1]] + 2)^fi[[All, 2]])); Table[a[n]*2^PrimeOmega[n], {n, 1, 100}] (* G. C. Greubel, Jun 07 2016 *)
f[p_, e_] := (2*(p+2))^e; a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; Array[a, 100] (* Amiram Eldar, Oct 18 2023 *)
CROSSREFS
Sequence in context: A060809 A112547 A015657 * A025634 A038288 A230111
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 March 28 14:38 EDT 2024. Contains 371254 sequences. (Running on oeis4.)