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!)
A167323 Totally multiplicative sequence with a(p) = 4*(p+3) for prime p. 1
1, 20, 24, 400, 32, 480, 40, 8000, 576, 640, 56, 9600, 64, 800, 768, 160000, 80, 11520, 88, 12800, 960, 1120, 104, 192000, 1024, 1280, 13824, 16000, 128, 15360, 136, 3200000, 1344, 1600, 1280, 230400, 160, 1760, 1536, 256000, 176, 19200, 184, 22400 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Multiplicative with a(p^e) = (4*(p+3))^e. If n = Product p(k)^e(k) then a(n) = Product (4*(p(k)+3))^e(k).
a(n) = A165825(n) * A166591(n) = 4^bigomega(n) * A166591(n) = 4^A001222(n) * A166591(n).
MATHEMATICA
a[1] = 1; a[n_] := (fi = FactorInteger[n]; Times @@ ((fi[[All, 1]] + 3)^fi[[All, 2]])); Table[a[n]*4^PrimeOmega[n], {n, 1, 100}] (* G. C. Greubel, Jun 09 2016 *)
f[p_, e_] := (4*(p+3))^e; a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; Array[a, 100] (* Amiram Eldar, Oct 22 2023 *)
CROSSREFS
Sequence in context: A107302 A219392 A193572 * A112819 A070684 A295152
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 24 06:52 EDT 2024. Contains 371920 sequences. (Running on oeis4.)