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!)
A128956 a(n) is equal to the number of positive integers m less than or equal to 10^n such that m is not divisible by at least one of the primes 2,7 and is not divisible by at least one of the primes 3,5. 1
87, 867, 8667, 86668, 866667, 8666668, 86666667, 866666667, 8666666667, 86666666668, 866666666667, 8666666666668, 86666666666667, 866666666666667, 8666666666666667, 86666666666666668, 866666666666666667 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
FORMULA
a(n) = 10^n - floor(10^n/14) - floor(10^n/15) + floor(10^n/210).
EXAMPLE
a(6) = 10^6 - floor(10^6/14) - floor(10^6/15) + floor(10^6/210) = 1000000 - floor(71428.571...) - floor(66666.666...) + floor(4761.904...) = 1000000 - 71428 - 66666 + 4761 = 866667. - Jon E. Schoenfield, Nov 18 2018
MAPLE
f := n->10^n-floor(10^n/14)-floor(10^n/15)+floor(10^n/210);
PROG
(Magma) [10^n-Floor(10^n/14)-Floor(10^n/15)+Floor(10^n/210): n in [2..20]]; // Vincenzo Librandi, Oct 02 2011
CROSSREFS
Cf. A092695.
Sequence in context: A061625 A220055 A281806 * A283952 A294907 A093287
KEYWORD
nonn
AUTHOR
Milan Janjic, Apr 28 2007
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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)