login
Sums of pairs of adjacent pairs of terms in A254788.
3

%I #6 Feb 08 2015 11:23:51

%S 3,6,12,11,13,28,27,32,29,22,47,36,30,66,48,33,70,57,49,51,54,53,63,

%T 60,59,135,99,64,145,110,77,162,121,82,171,128,86,182,137,94,201,150,

%U 100,214,160,109,232,174,119,251,187,124,261,194,129,272,202,133

%N Sums of pairs of adjacent pairs of terms in A254788.

%C a(n) = A254788(n) + A254788(n+1).

%C by definition of A254788:

%C (i) all terms are distinct, (ii) disjoint to A254792.

%H Reinhard Zumkeller, <a href="/A254793/b254793.txt">Table of n, a(n) for n = 1..10000</a>

%o (Haskell)

%o a254793 n = a254793_list !! (n-1)

%o a254793_list = zipWith (+) a254788_list $ tail a254788_list

%Y Cf. A254788, A254792 (complement).

%K nonn

%O 1,1

%A _Reinhard Zumkeller_, Feb 08 2015