cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A167363 Totally multiplicative sequence with a(p) = (p+3)^2 = p^2+6p+9 for prime p.

This page as a plain text file.
%I A167363 #14 Sep 20 2020 04:45:37
%S A167363 1,25,36,625,64,900,100,15625,1296,1600,196,22500,256,2500,2304,
%T A167363 390625,400,32400,484,40000,3600,4900,676,562500,4096,6400,46656,
%U A167363 62500,1024,57600,1156,9765625,7056,10000,6400,810000,1600,12100,9216,1000000,1936,90000
%N A167363 Totally multiplicative sequence with a(p) = (p+3)^2 = p^2+6p+9 for prime p.
%H A167363 G. C. Greubel, <a href="/A167363/b167363.txt">Table of n, a(n) for n = 1..1000</a>
%F A167363 Multiplicative with a(p^e) = ((p+3)^2)^e. If n = Product p(k)^e(k) then a(n) = Product ((p(k)+3)^2)^e(k). a(n) = A166591(n)^2.
%F A167363 Sum_{k>=1} 1/a(k) = Product_{primes p} (1 + 1/(p^2 + 6*p + 8)) = 1.1245403934230393267573507658470307221064356442604979888687782305037985824... - _Vaclav Kotesovec_, Sep 20 2020
%t A167363 b[1] = 1; b[n_] := (fi = FactorInteger[n]; Times @@ ((fi[[All, 1]] + 3)^fi[[All, 2]])); Table[b[n]^2, {n, 1, 100}] (* _G. C. Greubel_, Jun 11 2016 *)
%Y A167363 Cf. A166591.
%K A167363 nonn,mult
%O A167363 1,2
%A A167363 _Jaroslav Krizek_, Nov 01 2009