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!)
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 (list; graph; refs; listen; history; text; internal format)
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

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 April 25 12:28 EDT 2024. Contains 371969 sequences. (Running on oeis4.)