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

%I #6 Jul 13 2013 12:04:34

%S 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,

%T 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,

%U 66,3,3,9,3,6,3,3,33,3,6,3,3,18,3,3,9

%N Half of first differences of A219608.

%C a(n) = (A219608(n+1) - A219608(n)) / 2.

%H Reinhard Zumkeller, <a href="/A219609/b219609.txt">Table of n, a(n) for n = 1..10000</a>

%o (Haskell)

%o a219609 n = a219609_list !! (n-1)

%o a219609_list = map (`div` 2) $ zipWith (-) (tail a219608_list) a219608_list

%K nonn

%O 1,2

%A _Reinhard Zumkeller_, Nov 26 2012

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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)