A236999 Odd part of n*(n+3)/2-1 (A034856).
1, 1, 1, 13, 19, 13, 17, 43, 53, 1, 19, 89, 103, 59, 67, 151, 169, 47, 13, 229, 251, 137, 149, 323, 349, 47, 101, 433, 463, 247, 263, 559, 593, 157, 83, 701, 739, 389, 409, 859, 901, 59, 247, 1033, 1079, 563, 587, 1223, 1273, 331, 43, 1429, 1483
Offset: 1
Links
- Peter J. C. Moses, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
Map[#/2^IntegerExponent[#,2]&[(# (#+3)/2-1)]&,Range[100]] (* Peter J. C. Moses, Feb 02 2014 *)
Comments