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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A120045 The (10^n)-th 4-almost prime. 2
16, 88, 693, 5958, 54328, 511725, 4922511, 47997635, 472514554, 4683086217, 46636297326, 466032880556 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,1

LINKS

Table of n, a(n) for n=0..11.

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)]}];

FourAlmostPrime[n_] := Block[{e = Floor[Log[2, n] +3], a, b}, a = 2^e; Do[b = 2^p; While[FourAlmostPrimePi[a] < n, a = a + b]; a = a - b/2, {p, e, 0, -1}]; a + b/2]; Do[ Print@FourAlmostPrime[10^n], {n, 0, 11}]

CROSSREFS

Cf A114106, A006988, A114125, A120044, A120046.

Sequence in context: A203249 A022676 A035291 * A208640 A192129 A119771

Adjacent sequences:  A120042 A120043 A120044 * A120046 A120047 A120048

KEYWORD

hard,more,nonn

AUTHOR

Robert G. Wilson v, Feb 15 2006

STATUS

approved

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 June 18 19:06 EDT 2013. Contains 226355 sequences.