OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
Robert Baillie, Summing the curious series of Kempner and Irwin, arXiv:0806.4410 [math.CA], 2008-2015. See p. 18 for Mathematica code irwinSums.m.
FORMULA
Sum_{n>=1} 1/a(n) = 0.714295772926319061998427422200268976390844375453066534198594764887682975019... (calculated using Baillie's irwinSums.m, see Links). - Amiram Eldar, Feb 14 2022
MATHEMATICA
Flatten[Table[2^m + 2^n + 1, {m, 2, 11}, {n, m - 1}]] (* Alonso del Arte, Jul 08 2011 *)
PROG
(PARI) for(m=2, 9, for(n=1, m-1, print1(2^m+2^n+1", "))) \\ Charles R Greathouse IV, Oct 04 2011
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Antti Karttunen, Jun 02 2003
STATUS
approved