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”).

A365507
a(n) is the least positive integer that can be expressed as the sum of one or more consecutive n-almost primes in exactly n ways, or -1 if no such integer exists.
0
2, 10, 105, 2410, 45010, 708408
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Almost Prime.
EXAMPLE
For n = 3: 105 = 3*5*7 = 2*2*3 + 2*3*3 + 2*2*5 + 3*3*3 + 2*2*7 = 2*2*5 + 3*3*3 + 2*2*7 + 2*3*5.
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Ilya Gutkovskiy, Sep 07 2023
STATUS
approved