login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A274771 Number of primes <= n-th Carmichael lambda number. 0
0, 0, 1, 1, 2, 1, 3, 1, 3, 2, 4, 1, 5, 3, 2, 2, 6, 3, 7, 2, 3, 4, 8, 1, 8, 5, 7, 3, 9, 2, 10, 4, 4, 6, 5, 3, 11, 7, 5, 2, 12, 3, 13, 4, 5, 8, 14, 2, 13, 8, 6, 5, 15, 7, 8, 3, 7, 9, 16, 2, 17, 10, 3, 6, 5, 4, 18, 6, 8, 5, 19, 3, 20, 11, 8, 7, 10, 5, 21, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
FORMULA
a(n) = A000720(A002322(n)). - Michel Marcus, Nov 11 2016
MAPLE
with(numtheory):
a:= n-> pi(lambda(n)):
seq(a(n), n=1..100); # Alois P. Heinz, Nov 11 2016
MATHEMATICA
Table[PrimePi[CarmichaelLambda[n]], {n, 100}]
PROG
(Magma) [0] cat [#PrimesUpTo(CarmichaelLambda(n)): n in [2..100]];
CROSSREFS
Sequence in context: A309633 A329632 A014599 * A075825 A309155 A007735
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Nov 11 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 12:08 EDT 2024. Contains 371912 sequences. (Running on oeis4.)