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!)
A066777 First differences of Stern's sequence A005230. 2
0, 1, 1, 3, 5, 9, 20, 37, 71, 137, 285, 550, 1080, 2123, 4175, 8498, 16711, 33137, 65724, 130368, 258613, 521549, 1034600, 2060702, 4104693, 8176249, 16286774, 32443180, 65149296, 129777043, 259032537, 517030474, 1032000246, 2059895799, 4111615349 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = A005230(n+2) - A005230(n+1). - Paolo Xausa, Sep 28 2023
MATHEMATICA
A066777list[nmax_]:=Differences[Nest[Append[#, Total[Take[#, -Ceiling[(Sqrt[8Length[#]+1]-1)/2]]]]&, {1}, nmax+1]]; A066777list[35] (* Paolo Xausa, Sep 28 2023 *)
CROSSREFS
Cf. A005230.
Sequence in context: A146940 A146251 A281732 * A260353 A065901 A053662
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jul 04 2002
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 August 30 02:24 EDT 2024. Contains 375520 sequences. (Running on oeis4.)