OFFSET
1,1
COMMENTS
The sum of the reciprocals of numbers not in this sequence is convergent. - Adam P. Goucher, Apr 27 2014
LINKS
Jens Kruse Andersen, Table of n, a(n) for n = 1..1000
Robert Baillie and Thomas Schmelzer, Summing Kempner's Curious (Slowly-Convergent) Series, Mathematica Notebook kempnerSums.nb, Wolfram Library Archive, 2008.
Margaret Wertheim and Neil Sloane, The Fax Numbers of the Beast, and Other Mathematical Sports: An Interview with Neil Sloane, Cabinet, Spring 2015.
FORMULA
a(n) ~ n. - Charles R Greathouse IV, Oct 25 2014
Sum_{k>=1, k is not a term} 1/k = 2301.846622336249707557560554200194249235044868457872023381489896767824372028... (calculated using Baillie and Schmelzer's kempnerSums.nb, see Links). - Amiram Eldar, Jun 28 2024
MATHEMATICA
Select[Range[20000], StringContainsQ[ToString[#], "667"] &] (* Amiram Eldar, Jun 28 2024 *)
CROSSREFS
KEYWORD
nonn,dumb,easy,base
AUTHOR
N. J. A. Sloane, May 13 2007
STATUS
approved