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!)
A087099 Partial sums of A063914. 3
1, 3, 6, 11, 16, 24, 31, 42, 51, 65, 76, 93, 106, 126, 141, 164, 181, 207, 226, 255, 276, 308, 331, 366, 391, 429, 456, 497, 526, 570, 601, 648, 681, 731, 766, 819, 856, 912, 951, 1010, 1051, 1113, 1156, 1221, 1266, 1334, 1381, 1452, 1501, 1575, 1626 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
From Chai Wah Wu, Feb 02 2021: (Start)
a(n) = 2*a(n-2) - a(n-4) for n > 4.
G.f.: x*(x^3 + x^2 + 2*x + 1)/((x - 1)^2*(x + 1)^2). (End)
MATHEMATICA
With[{nn=50}, Accumulate[Riffle[Range[1, 2*nn, 2], 3*Range[0, nn]+2]]] (* Harvey P. Dale, Jul 25 2013 *)
CROSSREFS
Sequence in context: A267260 A116940 A278100 * A181947 A366969 A075703
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 May 2 12:49 EDT 2024. Contains 372196 sequences. (Running on oeis4.)