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!)
A297189 Expansion of (x + 3*x^2 - 2*x^3 - 3*x^4)/(1 - 8*x^2 + 9*x^4). 1

%I #17 Oct 13 2019 12:08:20

%S 0,1,3,6,21,39,141,258,939,1713,6243,11382,41493,75639,275757,502674,

%T 1832619,3340641,12179139,22201062,80939541,147542727,537904077,

%U 980532258,3574776747,6516373521,23757077283,43306197846,157883627541,287802221079

%N Expansion of (x + 3*x^2 - 2*x^3 - 3*x^4)/(1 - 8*x^2 + 9*x^4).

%C Related to a tiling of the plane by heptagons.

%H Colin Barker, <a href="/A297189/b297189.txt">Table of n, a(n) for n = 0..1000</a>

%H Peter Steinbach, <a href="http://www.jstor.org/stable/2691048">Golden fields: a case for the heptagon</a>, Math. Mag. Vol. 70, No. 1, Feb. 1997, 22-31.

%H <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (0,8,0,-9).

%F a(n) = 8*a(n-2) - 9*a(n-4). - _Colin Barker_, Jan 05 2018

%F a(2*n)/a(2*n-1) ~ 2*a(2*n+1)/a(2*n) ~ 1 + sqrt(7). - _Kyle MacLean Smith_, Oct 11 2019

%o (PARI) concat(0, Vec((x + 3*x^2 - 2*x^3 - 3*x^4)/(1 - 8*x^2 + 9*x^4) + O(x^40))) \\ _Colin Barker_, Jan 05 2018

%K nonn,easy

%O 0,3

%A _N. J. A. Sloane_, Jan 04 2018, following a suggestion from _Roger L. Bagula_

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 13:36 EDT 2024. Contains 371970 sequences. (Running on oeis4.)