The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A264842 a(n) is least number > 0 such that the concatenation of a(1) ... a(n) is 13-gonal: (11n^2 - 9n)/2. 6
1, 3, 36, 54765, 123152388, 374848814886363636, 85794018663817263665487289502938826, 107072047880615405294526336549204869795454545454545454545454545454545466 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Jon E. Schoenfield, Table of n, a(n) for n = 1..11
Wikipedia, Polygonal number
EXAMPLE
1, 13, 1336, 133654765 are 13-gonal.
PROG
(PARI) tridecagonal(n)=ispolygonal(n, 13)
first(m)=my(s=""); s="1"; print1(1, ", "); for(i=2, m, n=1; while(!tridecagonal(eval(concat(s, Str(n)))), n++); print1(n, ", "); s=concat(s, Str(n)))
CROSSREFS
Sequence in context: A342300 A080807 A006268 * A210508 A073236 A372478
KEYWORD
nonn,base
AUTHOR
Anders Hellström, Nov 26 2015
EXTENSIONS
More terms from Jon E. Schoenfield, Nov 27 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 May 17 12:10 EDT 2024. Contains 372600 sequences. (Running on oeis4.)