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!)
A259604 (A259542(n) + A259542(n+1)) / 2. 6
3, 6, 10, 15, 10, 6, 10, 15, 21, 28, 36, 45, 36, 28, 36, 45, 55, 36, 21, 28, 36, 45, 36, 28, 36, 45, 55, 66, 78, 91, 78, 66, 78, 91, 105, 78, 55, 66, 78, 91, 78, 66, 78, 91, 105, 120, 136, 153, 120, 78, 91, 105, 91, 78, 66, 78, 105, 120, 136, 153, 171, 153 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are triangular numbers by definition of A259542.
LINKS
PROG
(Haskell)
a259604 n = a259604_list !! (n-1)
a259604_list = zipWith ((flip div 2 .) . (+))
a259542_list $ tail a259542_list
CROSSREFS
Sequence in context: A194101 A105333 A126234 * A130484 A074374 A109804
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 May 11 04:25 EDT 2024. Contains 372388 sequences. (Running on oeis4.)