OFFSET
1,3
COMMENTS
The nonprimes A141468 are concatenated to an infinite word 01468910121415..., and the partial sums are built by collecting one digit at a time.
EXAMPLE
a(10) = 0 + 1 + 4 + 6 + 8 + 9 + 1 + 0 + 1 + 2 = 32.
MATHEMATICA
nn=50; Module[{npd=Flatten[IntegerDigits/@Complement[Range[0, nn], Prime[ Range[ PrimePi[ nn]]]]]}, Accumulate[ npd]] (* Harvey P. Dale, Jan 16 2013 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Juri-Stepan Gerasimov, Jul 21 2009
EXTENSIONS
Entries checked by R. J. Mathar, Jul 27 2009
STATUS
approved