The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A143346 The number of distinct prime factors occurring in the numbers between n^2 and (n+1)^2. 1
2, 4, 6, 8, 9, 12, 13, 14, 17, 18, 20, 22, 23, 26, 25, 29, 30, 32, 33, 36, 37, 37, 41, 42, 44, 45, 45, 51, 49, 53, 54, 53, 58, 57, 62, 62, 65, 63, 66, 70, 70, 72, 73, 74, 78, 77, 79, 84, 81, 86, 85, 90, 87, 93, 93, 94, 97, 99, 99, 100, 102, 105, 105, 109, 109, 109, 115, 111 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Same as the number of distinct prime factors in (2n^2+2n)!/(n^2)!. The plot appears nearly linear.
LINKS
EXAMPLE
The numbers between 4 and 9 have factorizations 5, 2*3, 7, 2^4, which use primes 2, 3, 5 and 7. Hence a(2)=4.
MATHEMATICA
Table[a=n^2; b=a+2*n; Sum[Sign[Quotient[b, p]-Quotient[a, p]], {p, Prime[Range[PrimePi[b]]]}], {n, 100}]
CROSSREFS
Cf. A014085 (number of primes between n^2 and (n+1)^2).
Sequence in context: A225773 A233671 A348854 * A189010 A189221 A189170
KEYWORD
nonn
AUTHOR
T. D. Noe, Aug 09 2008
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 May 13 06:37 EDT 2024. Contains 372498 sequences. (Running on oeis4.)