login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108276 Number of positive integers <= 10^n that are divisible by no prime exceeding 19. 2
1, 10, 72, 331, 1169, 3419, 8751, 20198, 42950, 85411, 160626, 288126, 496303, 825326, 1330766, 2088013, 3197529, 4791093, 7039193, 10159603, 14427309, 20186026, 27861175, 37974797, 51162295, 68191379, 89983125, 117635672 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
n = 9; t = Select[ Flatten[ Table[19^h*Select[ Flatten[ Table[17^g*Select[ Flatten[ Table[13^f*Select[ Flatten[ Table[11^e*Select[ Flatten[ Table[7^d*Select[ Flatten[ Table[5^c*Select[ Flatten[ Table[2^a*3^b, {a, 0, n*Log[2, 10]}, {b, 0, n*Log[3, 10]}]], # <= 10^n &], {c, 0, n*Log[5, 10]}]], # <= 10^n &], {d, 0, n*Log[7, 10]}]], # <= 10^n &], {e, 0, n*Log[11, 10]}]], # <= 10^n &], {f, 0, n*Log[13, 10]}]], # <= 10^n &], {g, 0, n*Log[17, 10]}]], # <= 10^n &], {h, 0, n*Log[19, 10]}]], # <= 10^n &]; Table[ Length[ Select[t, # <= 10^n &]], {n, 0, 10}]
CROSSREFS
Row 8 of A253635.
Sequence in context: A037579 A166791 A271035 * A264159 A228316 A228310
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, May 31 2005
EXTENSIONS
a(10)-a(18) from Donovan Johnson, Sep 16 2009
a(19)-a(27) from Max Alekseyev, Apr 28 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)