login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A264738 a(n) is least number > 0 such that the concatenation of a(1) ... a(n) is triangular (m*(m+1)/2). 9
1, 5, 3, 181, 88028, 21235051740, 567915201450407862150, 344114043575504570099838908555592732193828, 2517587700386740093077985318903210991887701682095104296188806385635425261250603998340 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Jon E. Schoenfield, Table of n, a(n) for n = 1..12
PROG
(PARI) istriangular(n)=ispolygonal(n, 3)
first(m)=my(v=vector(m), s="1"); v[1]=1; for(i=2, m, n=1; while(!istriangular(eval(concat(s, Str(n)))), n++); v[i]=n; s=concat(s, Str(n))); v
CROSSREFS
Sequence in context: A267512 A230389 A048885 * A002208 A100653 A105318
KEYWORD
nonn,base
AUTHOR
Anders Hellström, Nov 22 2015
EXTENSIONS
a(6)-a(9) from Jon E. Schoenfield, Nov 22 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 08:21 EDT 2024. Contains 371926 sequences. (Running on oeis4.)