OFFSET
1,1
COMMENTS
For 2 < n < 18, if n is odd then a(n) = 2^n+1 and if n is even then a(n) = 2^(n-A007814(n))-1. - David Wasserman, Jun 21 2005
The above also holds for 19 < n < 24. If true for n >= 25 then a(25..29) = 33554433, 33554431, 134217729, 67108863, 536870913. - Lars Blomberg, Feb 09 2016
EXAMPLE
a(4) = 81 = 3^4 and 81-1 = 80 == 0 (mod 2^4).
CROSSREFS
KEYWORD
more,nonn
AUTHOR
Amarnath Murthy, Sep 19 2003
EXTENSIONS
Corrected and extended by Ray Chandler, Oct 04 2003
More terms from David Wasserman, Jun 21 2005
More terms from Ryan Propper, Jul 21 2006
a(21)-a(24) from Lars Blomberg, Feb 09 2016
STATUS
approved