login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Starts of runs of 4 consecutive integers that are Stolarsky-Niven numbers (A364123).
4

%I #8 Jul 07 2023 05:42:54

%S 125340,945591,14998632,16160505,19304934,42053801,42064137,46049955,

%T 57180537,103562368,108489885,122495982,135562299,139343337,147991452,

%U 164002374,271566942,296019657,301748706,310980030,314537247,316725570,333478935,336959907,349815255

%N Starts of runs of 4 consecutive integers that are Stolarsky-Niven numbers (A364123).

%C Are there runs of 5 or more consecutive integers that are Stolarsky-Niven numbers?

%H Amiram Eldar, <a href="/A364126/b364126.txt">Table of n, a(n) for n = 1..207</a>

%t seq[2, 4] (* generates the first 2 terms, using the function seq[count, nConsec] from A364124 *)

%o (PARI) lista(2, 4) \\ generates the first 2 terms, using the function lista(count, nConsec) from A364124

%Y Subsequence of A364123, A364124 and A364125.

%Y Similar sequences: A141769, A328211, A328207, A328215, A330933, A331824, A334311, A342429, A344344, A352092, A352110, A352345, A352511.

%K nonn,base

%O 1,1

%A _Amiram Eldar_, Jul 07 2023