login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A185395 a(3n) = n^2, a(3n+1) = a(3n+2) = 3*n*(n+1)/2. 4
0, 0, 0, 1, 3, 3, 4, 9, 9, 9, 18, 18, 16, 30, 30, 25, 45, 45, 36, 63, 63, 49, 84, 84, 64, 108, 108, 81, 135, 135, 100, 165, 165, 121, 198, 198, 144, 234, 234, 169, 273, 273, 196, 315, 315, 225, 360, 360, 256 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Expansion of ((x+x^2)/(1-x^3))^k with k = 3 ; for k = 1 see A011655, for k = 2 see A186731, for k = 4 see A185292.
Column k = 3 of triangle in A198295.
LINKS
FORMULA
G.f.: (x*(1+x)/(1-x^3))^3.
MATHEMATICA
LinearRecurrence[{0, 0, 3, 0, 0, -3, 0, 0, 1}, {0, 0, 0, 1, 3, 3, 4, 9, 9}, 50] (* Harvey P. Dale, Jan 23 2013 *)
PROG
(PARI) x='x+O('x^50); concat([0, 0, 0], Vec((x*(1+x)/(1-x^3))^3)) \\ G. C. Greubel, Jun 29 2017
CROSSREFS
Sequence in context: A183501 A086239 A016605 * A060372 A128036 A332311
KEYWORD
easy,nonn
AUTHOR
Philippe Deléham, Jan 21 2012
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 December 9 13:48 EST 2023. Contains 367691 sequences. (Running on oeis4.)