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!)
A248611 Numbers k such that A248610(k+1) = A248610(k). 5
1, 3, 5, 8, 11, 14, 18, 22, 26, 30, 34, 38, 42, 47, 51, 55, 60, 64, 69, 73, 78, 82, 87, 91, 96, 100, 105, 110, 114, 119, 123, 128, 133, 137, 142, 147, 151, 156, 161, 165, 170, 175, 179, 184, 189, 193, 198, 203, 207, 212, 217, 221, 226, 231, 236, 240, 245 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
(A248610(k+1) - A248610(k)) = (0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 0, ...), so that A248611 = (1, 3, 5, 8, 11, 14, 18, 22, 26, ..) and A248612 = (2, 4, 6, 7, 9, 10, 12, 13, ...).
MATHEMATICA
z = 300; p[k_] := p[k] = Sum[1/((h^2)*Binomial[2 h, h]), {h, 1, k}]
d = N[Table[Pi^2/18 - p[k], {k, 1, z/5}], 12]
f[n_] := f[n] = Select[Range[z], Pi^2/18 - p[#] < 1/3^n &, 1]
u = Flatten[Table[f[n], {n, 1, z}]] (* A248610 *)
d = Differences[u]
v = Flatten[Position[d, 0]] (* A248611 *)
w = Flatten[Position[d, 1]] (* A248612 *)
CROSSREFS
Sequence in context: A287414 A052488 A076372 * A005356 A060432 A156023
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Oct 10 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 September 14 03:52 EDT 2024. Contains 375911 sequences. (Running on oeis4.)