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!)
A030726 Numbers k such that A030717(k) = 4. 9
11, 14, 24, 58, 64, 145, 222, 253, 290, 326, 328, 364, 449, 451, 491, 496, 538, 539, 588, 589, 595, 641, 642, 648, 650, 653, 697, 698, 704, 706, 710, 757, 758, 764, 766, 819, 820, 828, 884, 885, 953, 954, 964, 1025, 1026, 1036, 1103, 1104, 1114, 1186, 1187 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..10000 (first 1000 terms by Seiichi Manyama)
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) = 4 in red, a(m) = 1 in medium blue for reference, and other values of a(m) in light blue.
MATHEMATICA
nn = 40; m = 4; 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: A121297 A015848 A106389 * A039282 A045139 A043105
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Sean A. Irvine, Apr 08 2020
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 August 3 03:24 EDT 2024. Contains 374875 sequences. (Running on oeis4.)