A188896 Numbers n such that there is no square n-gonal number greater than 1.
10, 20, 52, 164, 340, 580, 884, 1252, 1684, 2180, 2740, 4052, 4804, 5620, 6500, 7444, 8452, 9524, 10660, 11860, 13124, 14452, 15844, 17300, 18820, 20404, 22052, 25540, 27380, 29284, 31252, 33284, 35380, 37540, 39764, 42052, 44404, 46820, 49300, 51844
Offset: 1
Keywords
Links
- Muniru A Asiru, Table of n, a(n) for n = 1..244
- Wenchang Chu, Regular polygonal numbers and generalized Pell equations, Int. Math. Forum 2 (2007), 781-802.
Crossrefs
Programs
-
Mathematica
P[n_,k_]:=1/2n(n(k-2)+4-k); data1=2#^2+2&/@Range[2,161]; data2=Head[Reduce[m^2==P[n,#] && 1
Ant King, Mar 01 2012 *)
Comments