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!)
A226029 First differences of A182402. 3
1, 1, 2, 5, 2, 2, 2, 2, 2, 2, 2, 2, 8, 11, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 39, 13, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(A226030(n)) = n and a(m) <> n for m < A226030(n).
a(n) = A182402(n+1) - A182402(n). - Michel Marcus, Jan 26 2022
PROG
(Haskell)
a226029 n = a226029_list !! (n-1)
a226029_list = zipWith (-) (tail a182402_list) a182402_list
CROSSREFS
Sequence in context: A124780 A369872 A108437 * A152765 A327867 A286664
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, May 26 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 May 17 19:32 EDT 2024. Contains 372603 sequences. (Running on oeis4.)