A300326 Sum of the largest possible permutations that can be written without repetition of digits in each base from binary to n+1.
0, 2, 23, 251, 3181, 47971, 848638, 17283462, 398650506, 10275193716, 292733747621, 9135147415313, 309906954656231, 11356162260536389, 447015900139452604, 18811774444632517324, 842820629057975778516, 40053081963609542635686, 2012366504118798707101875
Offset: 0
Keywords
Examples
Let us consider the numbers: 0[1], 10[2], 210[3], 3210[4], 43210[5], and 543210[6]; Their respective decimal representations are the first six terms of A062813: 0, 2, 21, 228, 2930, 44790. The partial sums for those terms are 0, 2, 23, 251, 3181, and 47971; after 0, the following 4 sums are primes, but 47971 is not prime. The same is true for subsequent partial sums, whence the conjecture in COMMENTS.
Crossrefs
Programs
-
PARI
A300326_vec(Nmax,s=0)=vector(Nmax,n,s+=A062813(n)) \\ M. F. Hasler, Mar 05 2018
Extensions
Partially edited by M. F. Hasler, Mar 05 2018
Comments