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.

A048856 Number of digits of prime(n)# + 1.

This page as a plain text file.
%I A048856 #17 Jul 10 2021 20:35:00
%S A048856 1,1,2,3,4,5,6,7,9,10,12,13,15,17,18,20,22,24,25,27,29,31,33,35,37,39,
%T A048856 41,43,45,47,49,51,53,56,58,60,62,64,66,69,71,73,76,78,80,82,85,87,89,
%U A048856 92,94,97,99,101,104,106,109,111,113,116,118,121,123,126,128
%N A048856 Number of digits of prime(n)# + 1.
%H A048856 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.
%t A048856 prod = 1; Table[prod = prod*Prime[n]; Length[IntegerDigits[prod + 1]], {n, 100}] (* _T. D. Noe_, May 05 2013 *)
%t A048856 IntegerLength/@(FoldList[Times,Prime[Range[70]]]+1) (* _Harvey P. Dale_, Nov 17 2020 *)
%Y A048856 Essentially the same as A067175.
%Y A048856 Cf. A002110.
%K A048856 nonn,base,less
%O A048856 1,3
%A A048856 Charles T. Le (charlestle(AT)yahoo.com)
%E A048856 Corrected and extended by _Arkadiusz Wesolowski_, May 04 2013