A101202 Multiples of 142857.
142857, 285714, 428571, 571428, 714285, 857142, 999999, 1142856, 1285713, 1428570, 1571427, 1714284, 1857141, 1999998, 2142855, 2285712, 2428569, 2571426, 2714283, 2857140, 2999997, 3142854, 3285711, 3428568, 3571425, 3714282, 3857139, 3999996, 4142853, 4285710
Offset: 1
References
- Maurice Kraitchik, Mathematical Recreations, New York, Dover (2nd. ed.) 1953, p. 75-76.
- David Wells, The Penguin Dictionary of Curious and Interesting Numbers. Penguin Books, NY, 1986, Revised edition 1987. See entry 142857 at pp. 179-183.
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
- Tanya Khovanova, Recursive Sequences
- Index entries for linear recurrences with constant coefficients, signature (2,-1).
Crossrefs
Cf. A054896.
Programs
-
Mathematica
CoefficientList[Series[142857/(1 - x)^2, {x, 0, 40}], x] (* Vincenzo Librandi, Mar 13 2014 *) 142857*Range[30] (* Harvey P. Dale, Aug 26 2014 *)
Formula
G.f.: 142857*x/(1-x)^2. - Alexander R. Povolotsky, Apr 26 2008
a(n) = 142857*n. - Robert Israel, May 14 2008
E.g.f.: 142857*x*exp(x). - Stefano Spezia, Sep 18 2024
Comments