A181492
Primes of the form p=3*2^k+1 such that p-2 is also a prime.
Original entry on oeis.org
7, 13, 193, 786433
Offset: 1
-
Select[3 2^Range[100]+1,And@@PrimeQ[{#,#-2}]&] (* Harvey P. Dale, Jun 19 2013 *)
-
for( k=1,999, ispseudoprime(3<
A268515
Records in A002945 (continued fraction expansion of cube root of 2).
Original entry on oeis.org
1, 3, 5, 8, 14, 15, 534, 7451, 12737, 22466, 68346, 148017, 217441, 320408, 533679, 4156269, 4886972, 10253793, 13761184, 14358891, 35950987, 68665026, 455880544, 10065016098
Offset: 1
- H. Davenport, The Higher Arithmetic: An Introduction to the Theory of Numbers, Cambridge, 2008.
Showing 1-2 of 2 results.
Comments