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!)
A100708 Differences arising in A100707. 3
1, 2, 3, 4, 5, 6, 8, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21, 22, 18, 24, 19, 20, 23, 25, 26, 27, 29, 30, 31, 28, 32, 36, 33, 34, 40, 35, 38, 37, 39, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 49, 59, 69, 60, 61, 74, 62, 63, 64, 65 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = abs(A100707(n+1) - A100707(n)). - Reinhard Zumkeller, Jul 19 2013
PROG
(Haskell)
a100708 n = a100708_list !! (n-1)
a100708_list = map abs $ zipWith (-) (tail a100707_list) a100707_list
-- Reinhard Zumkeller, Jul 19 2013
CROSSREFS
Sequence in context: A228051 A308071 A030555 * A222252 A130371 A130372
KEYWORD
nonn
AUTHOR
N. J. A. Sloane and Vinay Vaishampayan, Dec 10 2004
EXTENSIONS
Missing a(46) = 46 inserted by Reinhard Zumkeller, Jul 19 2013
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.)