login
A254793
Sums of pairs of adjacent pairs of terms in A254788.
3
3, 6, 12, 11, 13, 28, 27, 32, 29, 22, 47, 36, 30, 66, 48, 33, 70, 57, 49, 51, 54, 53, 63, 60, 59, 135, 99, 64, 145, 110, 77, 162, 121, 82, 171, 128, 86, 182, 137, 94, 201, 150, 100, 214, 160, 109, 232, 174, 119, 251, 187, 124, 261, 194, 129, 272, 202, 133
OFFSET
1,1
COMMENTS
a(n) = A254788(n) + A254788(n+1).
by definition of A254788:
(i) all terms are distinct, (ii) disjoint to A254792.
LINKS
PROG
(Haskell)
a254793 n = a254793_list !! (n-1)
a254793_list = zipWith (+) a254788_list $ tail a254788_list
CROSSREFS
Cf. A254788, A254792 (complement).
Sequence in context: A293474 A308727 A268217 * A353715 A182633 A038587
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Feb 08 2015
STATUS
approved