login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A108975
Partial products of primes with primitive root 2.
1
3, 15, 165, 2145, 40755, 1181895, 43730115, 2317696095, 136744069605, 8341388245905, 558873012475635, 46386460035477705, 4685032463583248205, 501298473603407557935, 65670100042046390089485, 9128143905844448222438415, 1360093441970822785143323835, 221695231041244113978361785105
OFFSET
1,1
COMMENTS
The poster by Arnold and Monagan reports that the cyclotomic polynomial of order a(6) is the first cyclotomic polynomial whose height is greater than its order. They also report the height of the cyclotomic polynomial Phi(a(7),x) is greater than the order squared. It is also true that k = a(5) is the least order such that the height of Phi(k,x) is greater than the square root of the order. - T. D. Noe, Apr 22 2008
Partial products of A001122. - Charles R Greathouse IV, Jun 21 2013
EXAMPLE
3 is the first prime with primitive root 2, so a(1) = 3.
5 is the second prime with primitive root 2, so a(2) = 3*5 = 15.
11 is the third prime with primitive root 2, so a(3) = 3*5*11 = 165.
MATHEMATICA
FoldList[Times, Select[Prime[Range[40]], PrimitiveRoot[#] == 2 &]] (* Amiram Eldar, May 23 2024 *)
CROSSREFS
Cf. A001122.
Sequence in context: A304998 A105611 A329557 * A097489 A080696 A015013
KEYWORD
nonn
AUTHOR
Douglas Stones (dssto1(AT)student.monash.edu.au), Jul 27 2005
EXTENSIONS
More terms from Amiram Eldar, May 23 2024
STATUS
approved