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!)
A132635 Number of primes, 0's, and 1's in [0, n^2). 0
0, 1, 4, 6, 8, 11, 13, 17, 20, 24, 27, 32, 36, 41, 46, 50, 56, 63, 68, 74, 80, 87, 94, 101, 107, 116, 124, 131, 139, 148, 156, 164, 174, 183, 193, 202, 212, 221, 230, 242, 253, 265, 276, 285, 297, 308, 321, 331, 344, 359, 369, 380, 395, 411, 423, 436, 447, 459, 476 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Number of p-adic cyclotomic type levels in A_n-1 or SU(n).
LINKS
FORMULA
a(n) = pi(n^2) + 2 = A038107(n) + 2, n > 1. [Charles R Greathouse IV, Nov 07 2011]
EXAMPLE
SU(5) at n^2-1=24 is exactly inside SU(9) at n^2-1=80.
MATHEMATICA
Table[Sum[If[m == 0 || m == 1, 1, If[PrimeQ[m], 1, 0]], {m, 0, n^2 - 1}], {n, 0, 30}]
PROG
(PARI) a(n)=if(n<2, n, primepi(n^2)+2) \\ Charles R Greathouse IV, Nov 07 2011
CROSSREFS
Sequence in context: A225002 A086377 A003662 * A182131 A298868 A134779
KEYWORD
nonn,easy
AUTHOR
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 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)