[go: up one dir, main page]

login
A228241
Log 10-primes: primes in the initial decimal digits of log(10).
2
2, 23, 2302585092994045684017991454684364207601
OFFSET
1,1
COMMENTS
The next term (a(4)) has 242 digits. - Harvey P. Dale, Sep 13 2021
LINKS
Eric Weisstein's World of Mathematics, Constant Primes
Eric Weisstein's World of Mathematics, Integer Sequence Primes
Eric Weisstein's World of Mathematics, Natural Logarithm of 10 Digits
MATHEMATICA
Module[{nn=500, l10}, l10=RealDigits[Log[10], 10, nn][[1]]; Select[ Table[ FromDigits[ Take[l10, n]], {n, nn}], PrimeQ]] (* Harvey P. Dale, Sep 13 2021 *)
CROSSREFS
Cf. A228240 (integer lengths of log(10)-primes).
Cf. A002392 (decimal expansion of log(10)).
Sequence in context: A089987 A162605 A118812 * A054909 A171636 A375304
KEYWORD
nonn,base
AUTHOR
Eric W. Weisstein, Aug 17 2013
STATUS
approved