The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A248630 Numbers k such that A248630(k+1) = A248360(k) + 1. 9
7, 11, 15, 18, 22, 25, 28, 31, 34, 37, 39, 42, 45, 48, 51, 53, 56, 59, 61, 64, 67, 69, 72, 75, 77, 80, 82, 85, 88, 90, 93, 95, 98, 101, 103, 106, 108, 111, 113, 116, 118, 121, 124, 126, 129, 131, 134, 136, 139, 141, 144, 146, 149, 151, 154, 156, 159, 161 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
(A248630(k+1) = A248360(k)) = (2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 1, 2, 2, 2, 1, 2, 2, 1, ...), so that A248630 = (7, 11, 15, 18, ...).
MATHEMATICA
z = 300; p[k_] := p[k] = Sum[(h^2/2^h), {h, 1, k}]
d = N[Table[6 - p[k], {k, 1, z/5}], 12]
f[n_] := f[n] = Select[Range[z], 6 - p[#] < 1/3^n &, 1]
u = Flatten[Table[f[n], {n, 1, z}]] (* A248629 *)
d = Differences[u]
v = Flatten[Position[d, 1]] (* A248630 *)
CROSSREFS
Sequence in context: A192992 A335652 A176852 * A130569 A294294 A078176
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 May 14 21:33 EDT 2024. Contains 372533 sequences. (Running on oeis4.)