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!)
A030724 Numbers k such that A030717(k) = 2. 8
3, 4, 7, 21, 26, 27, 33, 34, 40, 47, 55, 65, 82, 83, 95, 96, 111, 112, 114, 129, 130, 132, 138, 150, 152, 159, 175, 199, 200, 227, 229, 239, 255, 258, 259, 260, 270, 271, 288, 291, 293, 303, 304, 324, 329, 339, 340, 345, 377, 378 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Michael De Vlieger, Plot a(s(j) + k - 1) at (j,k) for j = 1..512 and s = partial sums of A030719, showing a(m) = 2 in red and a(m) != 2 in light blue.
MATHEMATICA
nn = 30; m = 2; c[_] = 0; k = a[1] = c[1] = 1; Reap[Do[w = Union@ Array[a, k]; Do[Set[a[j + k], c[w[[j]]]]; If[a[j + k] == m, Sow[m]], {j, Length[w]}]; Do[c[a[j + k]]++, {j, Length[w]}]; k += Length[w], {n, nn}] ][[-1, -1]] (* Michael De Vlieger, Nov 19 2022 *)
CROSSREFS
Cf. A030717.
Sequence in context: A246805 A241660 A338452 * A124082 A056655 A341810
KEYWORD
nonn
AUTHOR
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 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)