OFFSET
0,2
COMMENTS
Pisano period lengths: 1, 2, 3, 4, 6, 6, 8, 4, 9, 6, 5, 12, 12, 8, 6, 8, 9, 18, 10, 12, ... - R. J. Mathar, Aug 10 2012
In engineering literature, these numbers are known as Clapeyron numbers, or Clapeyron's numbers, or Clapeyronian numbers, on account of their appearance in Benoît Clapeyron's influential study (1857) of the bending forces imposed upon multiple supports of a horizontal beam. - John Blythe Dobson, Mar 12 2014
REFERENCES
Harold J. Ahlberg, Edwin N. Nilson and Joseph L. Walsh, The Theory of Splines and Their Applications, Academic Press, 1967, pp. 35-46.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
[Benoît] Clapeyron, Calcul d'une poutre élastique reposant librement sur des appuis inégalement espacés, Comptes rendus hebdomadaires des séances de l'Académie des Sciences, 45 (1857), 1076-1080.
Felix Flicker, Time quasilattices in dissipative dynamical systems, arXiv:1707.09371 [nlin.CD], 2017. Also SciPost Phys. 5, 001 (2018).
Pavel Galashin, Alexander Postnikov, and Lauren Williams, Higher secondary polytopes and regular plabic graphs, arXiv:1909.05435 [math.CO], 2019.
Leon Zaporski and Felix Flicker, Superconvergence of Topological Entropy in the Symbolic Dynamics of Substitution Sequences, arXiv:1811.00331 [nlin.CD], 2018.
Index entries for linear recurrences with constant coefficients, signature (-4,-1).
FORMULA
G.f.: 1/(1 + 4*x + x^2).
From Franck Maminirina Ramaharo, Nov 11 2018: (Start)
a(n) = (-2)^n*((1 + sqrt(3)/2)^(n + 1) - (1 - sqrt(3)/2)^(n + 1))/sqrt(3).
E.g.f.: exp(-2*x)*(3*cosh(sqrt(3)*x) - 2*sqrt(3)*sinh(sqrt(3)*x))/3. (End)
a(n) = (-2)^n*Product_{k=1..n}(2 + cos(k*Pi/(n+1))). - Peter Luschny, Nov 28 2019
Sum_{k=0..n} a(k) = (1/6)*(1+a(n)-a(n+1)). - Prabha Sivaramannair, Sep 18 2023
MATHEMATICA
CoefficientList[Series[1/(1+4*x+x^2), {x, 0, 50}], x] (* Vincenzo Librandi, Jun 28 2012 *)
PROG
(Magma) I:=[1, -4]; [n le 2 select I[n] else -4*Self(n-1)-Self(n-2): n in [1..30]]; // Vincenzo Librandi, Jun 28 2012
(PARI) x='x+O('x^30); Vec(1/(1+4*x+x^2)) \\ G. C. Greubel, Feb 05 2018
CROSSREFS
KEYWORD
easy,sign
AUTHOR
Philippe Deléham, Feb 04 2007
EXTENSIONS
Typo in a(22) corrected by Neven Juric, Dec 20 2010
STATUS
approved