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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A070803 Number of primes not exceeding sum of divisors of n. 8
0, 2, 2, 4, 3, 5, 4, 6, 6, 7, 5, 9, 6, 9, 9, 11, 7, 12, 8, 13, 11, 11, 9, 17, 11, 13, 12, 16, 10, 20, 11, 18, 15, 16, 15, 24, 12, 17, 16, 24, 13, 24, 14, 23, 21, 20, 15, 30, 16, 24, 20, 25, 16, 30, 20, 30, 22, 24, 17, 39, 18, 24, 27, 31, 23, 34, 19, 30, 24, 34, 20, 44, 21, 30, 30 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n)=A000720[A000203(n)]=Pi[sigma[n]]

EXAMPLE

n=50: sigma[50]=93, Pi[93]=24=a(50)

MATHEMATICA

Table[PrimePi[DivisorSigma[1, n]], {n, 1, 256}]

PROG

(Other) sage: [prime_pi(sigma(n, 1)) for n in xrange(1, 76)] # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 06 2009]

(PARI) A070803(n) = primepi(sigma(n)) [From Michael B. Porter (michael_b_porter(AT)yahoo.com), Jan 28 2010]

CROSSREFS

Cf. A007818, A000203, A000720, A070800-A070804.

Sequence in context: A145393 A132802 A204900 * A071693 A007728 A077026

Adjacent sequences:  A070800 A070801 A070802 * A070804 A070805 A070806

KEYWORD

easy,nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), May 08 2002

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 15 18:22 EST 2012. Contains 205835 sequences.