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”).

Numbers n such that A062234(n) = A062234(n+1) = A062234(n+2).
7

%I #8 May 31 2015 08:05:40

%S 302,336,384,805,1016,1043,1963,2201,2364,2398,2495,2506,2528,2574,

%T 2683,2734,3208,4267,4561,4659,5234,5415,5525,5620,5759,5903,6044,

%U 6258,6543,7737,7928,8019,8039,8115,8521,8717,8833,9056,9165,9379,9730,10302,10495

%N Numbers n such that A062234(n) = A062234(n+1) = A062234(n+2).

%C a(n) = A258432(m), where m such that A258383(m) = 3.

%H Reinhard Zumkeller, <a href="/A258449/b258449.txt">Table of n, a(n) for n = 1..1000</a>

%e a(1) = A258437(A258432(3)) = 302.

%o (Haskell)

%o a258449 n = a258449_list !! (n-1)

%o a258449_list = map a258432 $ filter ((== 3) . a258383) [1..]

%Y Cf. A062234, A258383, A258432, A258437, A258469, A257762, A257892, A257951.

%K nonn

%O 1,1

%A _Reinhard Zumkeller_, May 31 2015