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!)
A097471 First differences of A076678. 0
0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 2, 2, 2, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 4, 3, 4, 3, 5, 3, 5, 3, 5, 4, 5, 4, 5, 5, 5, 5, 5, 6, 5, 6, 5, 7, 5, 7, 5, 8, 5, 8, 5, 8, 6, 8, 6, 8, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,12
LINKS
FORMULA
a(n) = A076678(n) - A076678(n-1).
MATHEMATICA
nxt[{a_, b_}]:={b, Floor[Sqrt[b]]+a}; Differences[NestList[nxt, {1, 1}, 70][[All, 1]]] (* Harvey P. Dale, Sep 10 2017 *)
CROSSREFS
Cf. A076678.
Sequence in context: A143935 A008616 A331973 * A025868 A271721 A050252
KEYWORD
nonn
AUTHOR
Gerald McGarvey, Sep 18 2004
EXTENSIONS
Definition modified by Georg Fischer, Jun 18 2021
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 26 02:47 EDT 2024. Contains 372807 sequences. (Running on oeis4.)