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!)
A358424 Numbers k such that A030717(k) = 6. 5
20, 23, 30, 127, 147, 166, 170, 191, 195, 219, 223, 254, 287, 360, 407, 450, 495, 542, 590, 592, 643, 644, 645, 699, 700, 759, 760, 762, 821, 822, 824, 886, 887, 889, 955, 956, 958, 1027, 1028, 1030, 1105, 1106, 1108, 1188, 1189, 1191, 1274, 1275, 1277, 1362, 1363, 1365, 1454, 1455 (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) = 6 in red, a(m) = 1 in medium blue for reference, and other values of a(m) in light blue.
MATHEMATICA
nn = 40; m = 6; 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: A104057 A268490 A153717 * A303303 A045563 A013339
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 15 2022
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 18 12:18 EDT 2024. Contains 372630 sequences. (Running on oeis4.)