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!)
A163926 Number of nonprime numbers k such that the largest divisor of n*k <= sqrt(n*k) is n. 2
1, 1, 3, 3, 6, 4, 10, 6, 8, 7, 16, 6, 22, 12, 11, 9, 30, 9, 38, 11, 17, 18, 48, 11, 26, 24, 20, 14, 61, 13, 72, 18, 28, 32, 29, 13, 87, 40, 33, 18, 101, 17, 115, 25, 26, 50, 131, 19, 59, 29, 44, 29, 151, 23, 47, 24, 52, 63, 171, 20, 189, 75, 40, 32, 55, 27, 211, 42, 66, 31, 232 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
PROG
(PARI) a(n)=local(r, d); r=0; for(k=n, n^2, if(!isprime(k), d=divisors(n*k); if(n==d[(#d+1)\2], r++))); r
(Haskell)
a163926 = length . a163925_row -- Reinhard Zumkeller, Mar 15 2014
CROSSREFS
Row lengths of A163925.
Sequence in context: A265703 A070952 A137462 * A362334 A050346 A319619
KEYWORD
nonn
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 24 07:35 EDT 2024. Contains 371922 sequences. (Running on oeis4.)