A067589 Numbers k such that A067588(k) is an odd number.
1, 5, 7, 15, 35, 51, 57, 77, 117, 145, 155, 187, 247, 287, 301, 345, 425, 477, 495, 551, 651, 715, 737, 805, 925, 1001, 1027, 1107, 1247, 1335, 1365, 1457, 1617, 1717, 1751, 1855, 2035, 2147, 2185, 2301, 2501, 2625, 2667, 2795, 3015, 3151, 3197, 3337
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
- B. C. Berndt, B. Kim, and A. J. Yee, Ramanujan's lost notebook: Combinatorial proofs of identities associated with Heine's transformation or partial theta functions, J. Comb. Thy. Ser. A, 117 (2010), 957-973.
Programs
-
Mathematica
With[{nn=50},Sort[Select[Table[(n(3n-1))/2,{n,-nn,nn}],OddQ]]] (* Harvey P. Dale, Feb 16 2014 *)
Formula
Sum_{n>=1} 1/a(n) = Pi/2. - Amiram Eldar, Aug 18 2022
Extensions
Corrected by T. D. Noe, Oct 25 2006
Comments