# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a264848 Showing 1-1 of 1 %I A264848 #26 Mar 17 2018 18:43:51 %S A264848 1,9,224,631909,58000804596,61688194098028272863216, %T A264848 2514637794509678630513616176470588235294117671, %U A264848 941048382372874985200592647058823529411764708485294117647058823529411764705882352941176469 %N A264848 a(n) is least number > 0 such that the concatenation of a(1) ... a(n) is 19-gonal: (17n^2 - 15n)/2. %H A264848 Chai Wah Wu, Table of n, a(n) for n = 1..11 %H A264848 Wikipedia, Polygonal number %e A264848 1, 19, 19224, 19224631909 are 19-gonal. %o A264848 (PARI) enneadecagonal(n)=ispolygonal(n, 19) %o A264848 first(m)=my(s=""); s="1"; print1(1, ", "); for(i=2, m, n=1; while(!enneadecagonal(eval(concat(s, Str(n)))), n++); print1(n, ", "); s=concat(s, Str(n))) %Y A264848 Cf. A051671, A051871 (19-gonal numbers), A061109, A061110, A261696, A264733, A264738, A264776, A264777, A264804, A264842, A264849. %K A264848 nonn,base %O A264848 1,2 %A A264848 _Anders Hellström_, Nov 26 2015 %E A264848 a(5)-a(8) from _Chai Wah Wu_, Mar 16 2018 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE