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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A247986 Numbers k such that A247985(k+1) - A247985(k) = 2. 3
2, 5, 9, 13, 16, 20, 23, 27, 30, 34, 37, 41, 44, 48, 52, 55, 59, 62, 66, 69, 73, 76, 80, 84, 87, 91, 94, 98, 101, 105, 108, 112, 115, 119, 123, 126, 130, 133, 137, 140, 144, 147, 151, 155, 158, 162, 165, 169, 172, 176, 179, 183, 186, 190, 194, 197, 201, 204 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complement of A247987.
LINKS
MATHEMATICA
z = 100; p[k_] := p[k] = Product[(k^2 + h)/(k^2 - h), {h, 1, k}] (* Finch p. 14 *)
N[Table[p[n] - E, {n, 2, z}]]
f[n_] := f[n] = Select[1 + Range[z], p[#] - E < 1/n &, 1];
u = Flatten[Table[f[n], {n, 1, z}]] ; (* A247985 *)
v = Differences[u];
Flatten[Position[v, 2]]; (* A247986 *)
Flatten[Position[v, 3]]; (* A247987 *)
CROSSREFS
Sequence in context: A360899 A104862 A190686 * A259252 A114471 A060636
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Sep 29 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 April 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)