Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A126279
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A126279 Triangle read by rows: T(k,n) is number of numbers <= 2^n that are products of k primes. +0
7
1, 2, 1, 4, 2, 1, 6, 6, 2, 1, 11, 10, 7, 2, 1, 18, 22, 13, 7, 2, 1, 31, 42, 30, 14, 7, 2, 1, 54, 82, 60, 34, 15, 7, 2, 1, 97, 157, 125, 71, 36, 15, 7, 2, 1, 172, 304, 256, 152, 77, 37, 15, 7, 2, 1, 309, 589, 513, 325, 168, 81, 37, 15, 7, 2, 1, 564, 1124, 1049, 669, 367, 177, 83, 37 (list; table; graph; listen)
OFFSET

1,2

REFERENCES

Adolf Hildebrand, On the number of prime factors of an integer. Ramanujan revisited (Urbana-Champaign, Ill., 1987), 167 - 185, Academic Press, Boston, MA, 1988.

Edmund Georg Hermann Landau, Handbuch der Lehre von der Verteilung der Primzahlen, Chelsea Publishing, NY 1953, pp. 205 - 211.

LINKS

Jonathan Vos Post & Robert G. Wilson v, Table of n, a(n) for n = 1..1276

Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics (1).

Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics (2).

EXAMPLE

Triangle begins:

1

2 1

4 2 1

6 6 2 1

11 10 7 2 1

18 22 13 7 2 1

31 42 30 14 7 2 1

54 82 60 34 15 7 2 1

97 157 125 71 36 15 7 2 1

172 304 256 152 77 37 15 7 2 1

MATHEMATICA

AlmostPrimePi[k_Integer, n_] := Module[{a, i}, a[0] = 1; If[k == 1, PrimePi[n], Sum[ PrimePi[ n/Times @@ Prime[ Array[a, k - 1]]] - a[k - 1] + 1, Evaluate[ Sequence @@ Table[{a[i], a[i - 1], PrimePi[(n/Times @@ Prime[ Array[a, i - 1]])^(1/(k - i + 1))]}, {i, k - 1}]] ]]]; (* Eric Weisstein (eww(AT)wolfram.com) Feb 07 2006 *)

Table[ AlmostPrimePi[m, 2^n], {n, 16}, {m, n}] // Flatten

CROSSREFS

First column: A007053, the last row reversed: A052130; the n-th row's sum: A000225 = 2^n -1.

Cf. A126280: same array but for powers of ten.

Sequence in context: A124840 A145118 A124927 this_sequence A135837 A027144 A158303

Adjacent sequences: A126276 A126277 A126278 this_sequence A126280 A126281 A126282

KEYWORD

tabl,less,nonn

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com) & Robert G. Wilson v (rgwv(AT)rgwv.com), Dec 22 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research