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 9 16:39 EDT 2024. Contains 372353 sequences. (Running on oeis4.)