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!)
A087098 Partial sums of A087100. 3
0, 1, 12, 15, 37, 44, 77, 92, 136, 167, 222, 285, 351, 478, 555, 810, 898, 1409, 1508, 2531, 2641, 4688, 4809, 8904, 9036, 17227, 17370, 33753, 33907, 66674, 66839, 132374, 132550, 263621, 263808, 525951, 526149, 1050436, 1050645, 2099220 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
From Chai Wah Wu, Feb 02 2021: (Start)
a(n) = a(n-1) + 4*a(n-2) - 4*a(n-3) - 5*a(n-4) + 5*a(n-5) + 2*a(n-6) - 2*a(n-7) for n > 6.
G.f.: x*(-22*x^3 - x^2 + 11*x + 1)/((x - 1)^3*(x + 1)^2*(2*x^2 - 1)). (End)
MATHEMATICA
Accumulate[Rest[With[{nn=30}, Riffle[2^Range[0, nn]-1, 11Range[0, nn]]]]] (* Harvey P. Dale, Feb 13 2017 *)
CROSSREFS
Sequence in context: A065150 A365850 A277082 * A109315 A024875 A152190
KEYWORD
easy,nonn
AUTHOR
Jeremy Gardiner, Aug 10 2003
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 April 24 14:12 EDT 2024. Contains 371960 sequences. (Running on oeis4.)