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!)
A248149 Numbers k such that A248148(k+1) = A248148(k). 2
6, 12, 17, 22, 27, 32, 37, 42, 47, 52, 57, 62, 67, 72, 77, 82, 87, 92, 97, 102, 107, 112, 116, 121, 126, 131, 136, 141, 146, 151, 155, 160, 165, 170, 175, 180, 185, 190, 194, 199, 204, 209, 214, 219, 224, 228, 233, 238, 243, 248, 253, 258, 262, 267, 272, 277 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
z = 400; p[k_] := p[k] = Sum[1/Binomial[2 h, h], {h, 1, k}] ; r = 1/3 + 2 Pi/Sqrt[243];
N[Table[r - p[n], {n, 1, z/50}]]
f[n_] := f[n] = Select[Range[z], r - p[#] < 1/3^n &, 1]
u = Flatten[Table[f[n], {n, 1, z}]] (* A248148 *)
v = Flatten[Position[Differences[u], 0]] (* A248149 *)
CROSSREFS
Sequence in context: A315680 A315681 A315682 * A315683 A315684 A315685
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Oct 02 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 13 17:52 EDT 2024. Contains 375910 sequences. (Running on oeis4.)