OFFSET
1,1
COMMENTS
Possible periods of Post's {00, 1101} tag system. - Charles R Greathouse IV, Dec 13 2021
Numbers m such that 2^m - m is divisible by 2. - Bernard Schott, Dec 15 2021
LINKS
Joss Langford, Simple Integer Sequences
James B. Shearer, Periods of strings, American Scientist Vol. 84, No. 3 (May-June 1996), p. 207. (See final page of pdf, and see also pp. 3-4 for an introduction.)
Index entries for linear recurrences with constant coefficients, signature (2,-1).
FORMULA
a(n) = 2*n, n >= 1.
G.f.: 2*x/(1 - x)^2; corrected by Ilya Gutkovskiy, Mar 29 2018
MAPLE
A299174 := n->2*n;
MATHEMATICA
Range[2, 180, 2]
PROG
(R) seq(2, 180, 2)
(PARI) a(n)=2*n \\ Charles R Greathouse IV, Dec 13 2021
CROSSREFS
Equals A005843 without the leading zero.
First row of A083140.
Cf. A005408.
KEYWORD
nonn,easy
AUTHOR
Joss Langford, Feb 04 2018
STATUS
approved