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!)
A092612 Product of first n primes that end in 7. 1

%I #11 May 27 2021 18:59:11

%S 7,119,4403,206941,13865047,1344909559,143905322813,18275975997251,

%T 2503808711623387,393097967724871759,65647360610053583753,

%U 12932530040180555999341,2935684319120986211850407

%N Product of first n primes that end in 7.

%H Vincenzo Librandi, <a href="/A092612/b092612.txt">Table of n, a(n) for n = 1..200</a>

%e a(1)= 7 = 7

%e a(2)= 7*17 = 119

%e a(3)= 7*17*37 = 4403

%e a(4)= 7*17*37*47 = 206941

%t Rest[FoldList[Times,1,Select[Prime[Range[50]],Mod[#,10]==7&]]] (* _Harvey P. Dale_, Mar 01 2012 *)

%t FoldList[Times,Select[Prime[Range[50]],NumberDigit[#,0]==7&]] (* Requires Mathematica version 12.3 or later *) (* _Harvey P. Dale_, May 27 2021 *)

%K nonn

%O 1,1

%A _Jorge Coveiro_, Apr 11 2004

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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)