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!)
A167358 Totally multiplicative sequence with a(p) = (p+2)^2 = p^2+4p+4 for prime p. 1
1, 16, 25, 256, 49, 400, 81, 4096, 625, 784, 169, 6400, 225, 1296, 1225, 65536, 361, 10000, 441, 12544, 2025, 2704, 625, 102400, 2401, 3600, 15625, 20736, 961, 19600, 1089, 1048576, 4225, 5776, 3969, 160000, 1521, 7056, 5625, 200704, 1849, 32400, 2025, 43264 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Multiplicative with a(p^e) = ((p+2)^2)^e. If n = Product p(k)^e(k) then a(n) = Product ((p(k)+2)^2)^e(k). a(n) = A166590(n)^2.
Sum_{k>=1} 1/a(k) = Product_{primes p} (1 + 1/(p^2 + 4*p + 3)) = 1.1773018966974266400752906612246691227245078032189833736353235503076639420... - Vaclav Kotesovec, Sep 20 2020
MATHEMATICA
a[1] = 1; a[n_] := (fi = FactorInteger[n]; Times @@ ((fi[[All, 1]] + 2)^fi[[All, 2]])); Table[a[n]^2, {n, 1, 100}] (* G. C. Greubel, Jun 11 2016 *)
CROSSREFS
Cf. A166590.
Sequence in context: A260047 A061101 A166672 * A267764 A264588 A291093
KEYWORD
nonn,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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)