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.

A048858 Number of prime factors of 1+(n!)^2 (with multiplicity).

This page as a plain text file.
%I A048858 #24 Dec 28 2024 11:26:55
%S A048858 1,1,1,1,1,1,2,2,2,1,1,1,2,1,3,2,2,2,2,2,5,3,4,3,1,3,5,7,2,2,6,4,4,5,
%T A048858 4,3,3,3,4,4,4,2,5,5,7,2,3,8,9,3,3,4,3,2,4,2,8,6,4,3,8,2,5,4,5,1,5,5,
%U A048858 4,5,4
%N A048858 Number of prime factors of 1+(n!)^2 (with multiplicity).
%H A048858 H. Ibstedt, <a href="https://www.gallup.unm.edu/~smarandache/SN/SIntegerSeq.pdf">A Few Smarandache Integer Sequences</a>, Smarandache Notions Journal, Vol. 8, No. 1-2-3, 1997, pp. 171-183.
%F A048858 a(n) = A001222(A020549(n)). - _Michel Marcus_, Aug 09 2021
%t A048858 Table[Length[FactorInteger[1 + (n!)^2]], {n, 0, 20}] (* _T. D. Noe_, Oct 17 2011 *)
%t A048858 PrimeOmega[1+(Range[0,20]!)^2] (* _Harvey P. Dale_, Dec 28 2024 *)
%o A048858 (PARI) a(n)=bigomega(n!^2+1) \\ _Charles R Greathouse IV_, Sep 20 2012
%Y A048858 Cf. A001222, A020549.
%K A048858 nonn,more
%O A048858 0,7
%A A048858 Charles T. Le (charlestle(AT)yahoo.com)
%E A048858 Corrected by _Arkadiusz Wesolowski_, Oct 17 2011
%E A048858 Corrected by _Charles R Greathouse IV_, Sep 20 2012
%E A048858 a(38)-a(54) from _Giovanni Resta_, Jun 26 2018
%E A048858 a(55)-a(61) from _Jinyuan Wang_, Aug 09 2021
%E A048858 a(62)-a(70) from _Sean A. Irvine_, Sep 30 2021