A010853 Constant sequence: a(n) = 14.
14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14
Offset: 0
Links
- Tanya Khovanova, Recursive Sequences
- Index to divisibility sequences
- Index entries for linear recurrences with constant coefficients, signature (1).
Programs
-
Magma
SetDefaultRealField(RealField(100)); Prune(ContinuedFraction((1+Sqrt(2))^3)); // G. C. Greubel, Nov 16 2018
-
Mathematica
Table[14, {70}] (* Vincenzo Librandi, Jan 19 2012 *) ContinuedFraction[(1+Sqrt[2])^3, 100] (* G. C. Greubel, Nov 16 2018 *)
-
PARI
a(n) = 14 \\ Felix Fröhlich, Nov 16 2018
-
PARI
contfrac(7+5*sqrt(2)) \\ Felix Fröhlich, Nov 16 2018
-
PARI
Vec(14/(1-x) + O(x^60)) \\ Felix Fröhlich, Nov 16 2018
-
Sage
continued_fraction_list((1 + sqrt(2))^3, nterms=50) # G. C. Greubel, Nov 16 2018
Formula
G.f.: 14/(1-x). - Vincenzo Librandi, Jan 19 2012