[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
login
A017209
a(n) = 9*n + 4.
29
4, 13, 22, 31, 40, 49, 58, 67, 76, 85, 94, 103, 112, 121, 130, 139, 148, 157, 166, 175, 184, 193, 202, 211, 220, 229, 238, 247, 256, 265, 274, 283, 292, 301, 310, 319, 328, 337, 346, 355, 364, 373, 382, 391, 400, 409, 418, 427, 436, 445, 454, 463, 472, 481
OFFSET
0,1
COMMENTS
Numbers whose digital root is 4. - L. Edson Jeffery, Nov 26 2016
REFERENCES
R. K. Guy, Unsolved Problems in Number Theory, Springer, 1st edition, 1981. See section D5.
FORMULA
G.f.: (4 + 5*x)/(x - 1)^2. - R. J. Mathar, Jul 14 2016
A010888(a(n)) = 4. - L. Edson Jeffery, Nov 26 2016
E.g.f.: exp(x)*(4 + 9*x). - Stefano Spezia, Dec 25 2022
MATHEMATICA
Range[4, 1000, 9] (* Vladimir Joseph Stephan Orlovsky, May 28 2011 *)
PROG
(PARI) forstep(n=4, 500, 9, print1(n", ")) \\ Charles R Greathouse IV, May 28 2011
(Magma) [9*n+4: n in [0..60]]; // Vincenzo Librandi, Jul 23 2011
CROSSREFS
KEYWORD
nonn,easy
STATUS
approved