Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A116434
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A116434 Consider the array T(r,c) where is the number of r-almost primes less than or equal to r^c, starting with a(0)=1. This is the main diagonal. +0
2
0, 1, 3, 13, 90, 726, 7089, 78369, 973404, 13377156, 201443165, 3297443264 (list; graph; listen)
OFFSET

1,3

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

Do[ Print@ AlmostPrimePi[n, (n + 1)^n], {n, 11}]

CROSSREFS

Cf. A116433, A116435.

Sequence in context: A002725 A097711 A114477 this_sequence A034513 A098462 A006898

Adjacent sequences: A116431 A116432 A116433 this_sequence A116435 A116436 A116437

KEYWORD

hard,more,nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com) and Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 15 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 18 20:14 EST 2008. Contains 147244 sequences.


AT&T Labs Research