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!)
A259605 (A259565(n) + A259565(n+1)) / 2. 6
2, 5, 6, 7, 10, 13, 14, 15, 19, 22, 21, 22, 26, 29, 30, 31, 34, 37, 38, 39, 42, 46, 47, 46, 51, 53, 55, 58, 55, 57, 62, 65, 66, 67, 70, 73, 74, 77, 79, 78, 82, 86, 85, 86, 91, 94, 93, 94, 101, 102, 101, 102, 105, 110, 109, 110, 114, 118, 119, 118, 122, 127 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are squarefree by definition of A259565.
LINKS
PROG
(Haskell)
a259605 n = a259605_list !! (n-1)
a259605_list = zipWith ((flip div 2 .) . (+))
a259565_list $ tail a259565_list
CROSSREFS
Sequence in context: A002157 A050002 A047578 * A367695 A284393 A287366
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)