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.

A123667 a(n) = n * 2^bigomega(n).

This page as a plain text file.
%I A123667 #22 Mar 23 2023 07:50:37
%S A123667 1,4,6,16,10,24,14,64,36,40,22,96,26,56,60,256,34,144,38,160,84,88,46,
%T A123667 384,100,104,216,224,58,240,62,1024,132,136,140,576,74,152,156,640,82,
%U A123667 336,86,352,360,184,94,1536,196,400,204,416,106,864,220,896,228,232,118
%N A123667 a(n) = n * 2^bigomega(n).
%C A123667 Rearrangement of A123666.
%H A123667 G. C. Greubel, <a href="/A123667/b123667.txt">Table of n, a(n) for n = 1..5000</a>
%F A123667 Totally multiplicative with a(p) = 2p, p prime.
%F A123667 a(n) = n * A061142(n).
%F A123667 Dirichlet g.f.: Product_{p prime} 1 / (1 - 2 * p^(1 - s)). - _Ilya Gutkovskiy_, Oct 29 2019
%p A123667 A123667:=n->n*2^numtheory[bigomega](n): seq(A123667(n), n=1..100); # _Wesley Ivan Hurt_, Apr 09 2017
%t A123667 Table[n*2^PrimeOmega[n],{n,60}] (* _Harvey P. Dale_, Jun 11 2014 *)
%o A123667 (PARI) a(n) = n*2^bigomega(n); \\ _Michel Marcus_, Apr 10 2017
%Y A123667 Cf. A061142, A001222 (bigomega), A123666.
%K A123667 nonn,mult
%O A123667 1,2
%A A123667 _Franklin T. Adams-Watters_, Oct 04 2006