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!)
A038167 G.f.: x*(1+3*x+x^2)/((1-x^2)^2*(1-x^5)). 1
0, 1, 3, 3, 6, 5, 10, 10, 15, 15, 20, 21, 28, 28, 36, 35, 45, 45, 55, 55, 65, 66, 78, 78, 91, 90, 105, 105, 120, 120, 135, 136, 153, 153, 171, 170, 190, 190, 210, 210, 230, 231, 253, 253, 276, 275, 300, 300, 325, 325, 350, 351, 378, 378, 406, 405 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
REFERENCES
S. J. Cyvin et al., Polygonal systems including the corannulene and coronene homologs: novel applications of Pólya's theorem, Z. Naturforsch., 52a (1997), 867-873.
LINKS
FORMULA
a(n)=5n/8+39/80+n^2/8+(-1)^n*(n/8+5/16)-(4*A010891(n)+3*A010891(n-1)+2*A010891(n-2)+A010891(n-3))/5. - R. J. Mathar, Jun 17 2009
MAPLE
A010891 := proc(n) op((n mod 5)+1, [1, -1, 0, 0, 0]) ; end:
A038167 := proc(n) 5*n/8+39/80+n^2/8+(-1)^n*(n/8+5/16) -(4*A010891(n)+3*A010891(n-1)+2*A010891(n-2)+A010891(n-3))/5 ; end:
seq(A038167(n), n=0..30) ; # R. J. Mathar, Jun 17 2009
MATHEMATICA
CoefficientList[Series[x (1+3x+x^2)/((1-x^2)^2(1-x^5)), {x, 0, 60}], x] (* or *) LinearRecurrence[{0, 2, 0, -1, 1, 0, -2, 0, 1}, {0, 1, 3, 3, 6, 5, 10, 10, 15}, 60] (* Harvey P. Dale, Aug 03 2017 *)
CROSSREFS
Sequence in context: A080512 A225441 A102245 * A307967 A131077 A357897
KEYWORD
nonn,easy
AUTHOR
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 25 06:41 EDT 2024. Contains 371964 sequences. (Running on oeis4.)