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!)
A259603 a(n) = (A259429(n) + A259429(n+1)) / 2. 6
8, 27, 64, 125, 216, 343, 216, 27, 64, 125, 216, 343, 216, 27, 64, 125, 216, 343, 216, 27, 64, 125, 216, 343, 216, 27, 64, 125, 216, 343, 216, 27, 64, 125, 216, 343, 216, 64, 125, 216, 343, 512, 343, 64, 125, 216, 125, 8, 27, 64, 125, 216, 343, 216, 8, 27 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are cubes by definition of A259260.
LINKS
PROG
(Haskell)
a259603 n = a259603_list !! (n-1)
a259603_list = zipWith ((flip div 2 .) . (+))
a259429_list $ tail a259429_list
CROSSREFS
Sequence in context: A276919 A076989 A270437 * A254521 A351985 A352172
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jun 30 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 23 13:51 EDT 2024. Contains 371914 sequences. (Running on oeis4.)