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

A065917
Boundaries of primorial intervals [1,3]; [3,9],[9,15]; [15,45], etc.
1
1, 3, 9, 15, 45, 75, 105, 315, 525, 735, 945, 1155, 3465, 5775, 8085, 10395, 12705, 15015, 45045, 75075, 105105, 135135, 165165, 195195, 225225, 255255, 765765, 1276275, 1786785, 2297295, 2807805, 3318315, 3828825, 4339335, 4849845
OFFSET
1,2
FORMULA
a(n+1)= a(n)+q(j) for primorial q(j) < a(n+1) <= q(j+1)/2.
EXAMPLE
a(4)= 15= a(3)+q(2)= 9+ 6, a(7)= 105= a(6)+q(3)= 75+ 30,
a(5)= 45= a(4)+q(3)=15+30, a(8)= 315= a(7)+q(4)=105+210.
CROSSREFS
Primorial q(j)= A002110(j), interval count A005521(j+1)-1.
Sequence in context: A345431 A082702 A214771 * A355772 A355771 A053624
KEYWORD
nonn,easy
AUTHOR
Frank Ellermann, Dec 08 2001
STATUS
approved