A105003 Primes from merging of 7 successive digits in decimal expansion of exp(2).
7500781, 8031557, 1217947, 2179477, 1794773, 4788661, 7812733, 3913309, 6254141, 9928129, 3188807, 3301019, 3378997, 8997407, 9740729, 7407299, 9600953, 1532081, 2368469, 6846947, 4793029, 4456831, 6831239, 9996461
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
- The first 5,000 digits of exp(2) as calculated by _Simon Plouffe_ at WorldWideSchool.org. [broken link]
- Eric Weisstein, Exponential Functions
Crossrefs
Cf. A072334
Programs
-
Mathematica
Select[FromDigits/@Partition[RealDigits[Exp[2], 10, 600][[1]], 7, 1], #>999999&&PrimeQ[#]&] (* Vincenzo Librandi, Apr 26 2013 *)
Extensions
Changed offset from 0 to 1 by Vincenzo Librandi, Apr 26 2013