login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A193380
A192392(n)/n = largest m such that m*n is a concatenation of the numbers n(n-1)/2+1,...,n(n+1)/2.
0
1, 16, 218, 24277, 282624223, 35336530286, 4038946460332, 454417916411629, 50493713793377093, 5554535251494847465, 605967851146914507796, 65648063122810597558064, 7069922221437372952524460, 714212835424956578936007364364293
OFFSET
1,2
FORMULA
a(n) = A192392(n)/n.
PROG
(PARI) a(n) = A192392(n)/n /* see there */
CROSSREFS
KEYWORD
nonn,base
AUTHOR
M. F. Hasler, Jul 24 2011
STATUS
approved