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!)
A283235 Triangle read by rows: n-th row gives the numbers of primes p such that p*prime(k) <= prime(n)^2, k=1..n. 1
1, 2, 2, 5, 4, 3, 9, 6, 4, 4, 17, 12, 9, 7, 5, 23, 16, 11, 9, 6, 6, 34, 24, 16, 13, 9, 8, 7, 41, 30, 20, 15, 11, 9, 8, 8, 56, 40, 27, 21, 15, 12, 11, 9, 9, 81, 59, 39, 30, 21, 18, 15, 14, 11, 10 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Sequence is related to A128301 = indices of squares (of primes) in the semiprimes.
LINKS
EXAMPLE
Triangle begins:
1;
2, 2;
5, 4, 3;
9, 6, 4, 4;
17, 12, 9, 7, 5;
23, 16, 11, 9, 6, 6;
34, 24, 16, 13, 9, 8, 7;
41, 30, 20, 15, 11, 9, 8, 8;
56, 40, 27, 21, 15, 12, 11, 9, 9;
81, 59, 39, 30, 21, 18, 15, 14, 11, 10;
...
MATHEMATICA
Table[PrimePi[Prime[n]^2/Prime[k]], {n, 10}, {k, n}]//Flatten
PROG
(PARI) row(n) = my(p=prime(n)); vector(n, k, primepi(p^2/prime(k))); \\ Michel Marcus, Nov 01 2021
CROSSREFS
Cf. A128301, A348836 (1st column).
Sequence in context: A209771 A209751 A275381 * A209763 A209761 A228526
KEYWORD
nonn,tabl
AUTHOR
Zak Seidov, Mar 03 2017
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 01:19 EDT 2024. Contains 371906 sequences. (Running on oeis4.)