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!)
A248563 Numbers k such that A248562(k+1) = A248562(k) + 1. 4
1, 2, 4, 6, 8, 10, 12, 15, 17, 19, 22, 24, 27, 29, 32, 34, 37, 39, 42, 44, 47, 49, 52, 55, 57, 60, 62, 65, 68, 70, 73, 75, 78, 81, 83, 86, 89, 91, 94, 96, 99, 102, 104, 107, 110, 112, 115, 118, 120, 123, 126, 128, 131, 134, 136, 139, 142, 144, 147, 150, 152 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
(A248562(k+1) - A248562(k)) = (1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 1, 2, 1, 2,...), so that A248563 = (1, 2, 4, 6, 8, 10, 12, 15, 17, ..) and A248564 = (3, 5, 7, 9, 11, 13, 14, 16, ...).
MATHEMATICA
z = 300; p[k_] := p[k] = Sum[1/(h*3^h), {h, 1, k}];
N[Table[Log[3/2] - p[n], {n, 1, z/5}]]
f[n_] := f[n] = Select[Range[z], Log[3/2] - p[#] < 1/6^n &, 1];
u = Flatten[Table[f[n], {n, 1, z}]] (* A248562 *)
Flatten[Position[Differences[u], 1]] (* A248563 *)
Flatten[Position[Differences[u], 2]] (* A248564 *)
CROSSREFS
Sequence in context: A064997 A292651 A113903 * A278453 A347009 A130261
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Oct 09 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 18 18:44 EDT 2024. Contains 371781 sequences. (Running on oeis4.)