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!)
A219609 Half of first differences of A219608. 2
1, 2, 1, 3, 2, 3, 3, 1, 3, 6, 3, 3, 2, 3, 3, 9, 3, 6, 3, 3, 1, 3, 6, 3, 3, 18, 3, 3, 9, 3, 6, 3, 3, 2, 3, 3, 9, 3, 6, 3, 3, 33, 3, 6, 3, 3, 18, 3, 3, 9, 3, 6, 3, 3, 1, 3, 6, 3, 3, 18, 3, 3, 9, 3, 6, 3, 3, 66, 3, 3, 9, 3, 6, 3, 3, 33, 3, 6, 3, 3, 18, 3, 3, 9 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) = (A219608(n+1) - A219608(n)) / 2.
LINKS
PROG
(Haskell)
a219609 n = a219609_list !! (n-1)
a219609_list = map (`div` 2) $ zipWith (-) (tail a219608_list) a219608_list
CROSSREFS
Sequence in context: A083290 A121842 A317963 * A087825 A263100 A261388
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 26 2012
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 7 05:04 EDT 2024. Contains 372300 sequences. (Running on oeis4.)