The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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 28 15:51 EDT 2024. Contains 372916 sequences. (Running on oeis4.)