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!)
A151910 First differences of A001682. 2
21, 21, 23, 21, 23, 21, 21, 23, 21, 23, 21, 23, 21, 21, 23, 21, 23, 21, 23, 21, 21, 23, 21, 23, 21, 23, 21, 21, 23, 21, 23, 21, 23, 21, 21, 23, 21, 23, 21, 23, 21, 21, 23, 21, 23, 21, 23, 21, 21, 23, 21, 23, 21, 23, 21, 21, 23 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) = A001682(n+1) - A001682(n).
LINKS
PROG
(Haskell)
a151910 n = a151910_list !! (n-1)
a151910_list = zipWith (-) (tail a001682_list) a001682_list
-- Reinhard Zumkeller, Oct 10 2011
CROSSREFS
Sequence in context: A291433 A010860 A158772 * A040421 A022355 A371100
KEYWORD
nonn
AUTHOR
Harvey P. Dale, Aug 08 2009
EXTENSIONS
Offset corrected and initial term added by Reinhard Zumkeller, Oct 10 2011
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 9 19:33 EDT 2024. Contains 372354 sequences. (Running on oeis4.)