STATUS
reviewed
approved
reviewed
approved
proposed
reviewed
editing
proposed
First n Numbers k such that the first k digits of Log_log_10 (2 ) after the decimal point are primes.
1, 64, 1126, 1653, 13680, 27453
0,1,2
Cf. A007524.
Offset corrected and a(5)-a(6) added by Amiram Eldar, Jan 27 2021
approved
editing
First n digits of Log_10 2 after the decimal point are primeprimes.
nonn,base,more,new
First n digits of Log_10 2 after the decimal point are prime.
1, 64, 1126, 1653
0,2
1 is listed because 3 is prime but 5 is not listed because 30102 is not prime.
Do[ If[ PrimeQ[ FromDigits[ RealDigits[ N[ Log[10, 2], n + 10], 10, n] [ [1] ] ] ], Print[n] ], {n, 1, 10000} ]
nonn,base,more
John Sillcox (JMS21187(AT)aol.com), Apr 15 2003
approved