A186113 a(n) = 13*n + 6.
6, 19, 32, 45, 58, 71, 84, 97, 110, 123, 136, 149, 162, 175, 188, 201, 214, 227, 240, 253, 266, 279, 292, 305, 318, 331, 344, 357, 370, 383, 396, 409, 422, 435, 448, 461, 474, 487, 500, 513, 526, 539, 552, 565, 578, 591, 604, 617, 630, 643, 656, 669, 682
Offset: 0
Links
- G. C. Greubel, Table of n, a(n) for n = 0..5000
- G. E. Andrews, The number of smallest parts in the partitions of n, J. Reine Angew. Math. 624 (2008) 133
- Amanda Folsom and Ken Ono, The spt-function of Andrews, Proc. Natl. Acad. Sci. USA 105 (51) (2008) 20152-20156.
- Ken Ono, Congruences for the Andrews spt-function, Proc. Natl. Acad. Sci. USA 108 (2011) 473-476.
- Index entries for linear recurrences with constant coefficients, signature (2,-1).
Crossrefs
Programs
-
Magma
[13*n+6: n in [0..60]]; // G. C. Greubel, May 31 2024
-
Mathematica
Range[6, 1000, 13] (* Vladimir Joseph Stephan Orlovsky, May 31 2011 *) LinearRecurrence[{2,-1},{6,19},60] (* Harvey P. Dale, May 12 2023 *)
-
SageMath
[13*n+6 for n in range(61)] # G. C. Greubel, May 31 2024
Formula
G.f.: (6+7*x)/(1-x)^2.
E.g.f.: (6 + 13*x)*exp(x). - G. C. Greubel, May 31 2024
Comments