A217329 Esumprimes: prime(k), where k is the sum of the first n digits of E.
3, 23, 29, 61, 71, 107, 109, 157, 167, 211, 233, 263, 313, 313, 347, 373, 383, 401, 433, 449, 487, 487, 499, 563, 601, 619, 661, 673, 691, 733, 743, 787, 827, 839, 863, 937, 983, 1031, 1061, 1103, 1117, 1153, 1213, 1213, 1279, 1291, 1321, 1427, 1481, 1543
Offset: 1
Examples
See Comments.
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
Prime[#]&/@Accumulate[RealDigits[E,10,60][[1]]]
Comments