login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Numbers k such that A247778(k+1) - A247778(k) = 1.
4

%I #4 Sep 25 2014 21:16:00

%S 1,3,4,6,7,9,11,12,14,15,17,18,20,21,23,25,26,28,29,31,32,34,36,37,39,

%T 40,42,43,45,46,48,50,51,53,54,56,57,59,60,62,64,65,67,68,70,71,73,75,

%U 76,78,79,81,82,84,85,87,89,90,92,93,95,96,98,99,101,103

%N Numbers k such that A247778(k+1) - A247778(k) = 1.

%C Complement of A247780.

%H Clark Kimberling, <a href="/A247779/b247779.txt">Table of n, a(n) for n = 1..2000</a>

%e The values of e - (1 + 1/k)^k for k = 1..8 are approximately 0.718282, 0.468282, 0.347911, 0.276876, 0.229962, 0.196655, 0.171782, 0.152497, so that the first 6 terms of A247778 are 1,2,4,5,6,8, and the first three terms of A247779 are 1,3,4.

%t z = 600; f[n_] := f[n] = Select[Range[z], E - (1 + 1/#)^# < 1/n &, 1];

%t u = Flatten[Table[f[n], {n, 1, z}]] (*A247778*)

%t d1 = Flatten[Position[Differences[u], 1]] (*A247779*)

%t d2 = Flatten[Position[Differences[u], 2]] (*A247780*)

%Y Cf. A247778, A247780.

%K nonn,easy

%O 1,2

%A _Clark Kimberling_, Sep 23 2014

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 21 09:41 EDT 2024. Contains 376084 sequences. (Running on oeis4.)