login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114106 Number of 4-almost primes less than or equal to 10^n. 15
0, 0, 12, 149, 1712, 18744, 198062, 2050696, 20959322, 212385942, 2139236881, 21454599814, 214499908019, 2139634739326, 21306682904040 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

EXAMPLE

There are 12 primes with four almost primes up to 100: 16,24,36,40,54,56,60,81,84,88,90&100.

MATHEMATICA

FourAlmostPrimePi[n_] := Sum[ PrimePi[n/(Prime@i*Prime@j*Prime@k)] - k + 1, {i, PrimePi[n^(1/4)]}, {j, i, PrimePi[(n/Prime@i)^(1/3)]}, {k, j, PrimePi@Sqrt[n/(Prime@i*Prime@j)]}]; Table[ FourAlmostPrimePi[n], {n, 0, 13}]

CROSSREFS

Cf. A006880, A066265, A109251, A014613.

Sequence in context: A167138 A001406 A057572 * A015610 A141326 A154733

Adjacent sequences:  A114103 A114104 A114105 * A114107 A114108 A114109

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 07 2006

EXTENSIONS

a(14) from Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 07 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 21:13 EST 2012. Contains 206085 sequences.