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!)
A331999 a(n) is the product of n, the n-th prime and the n-th composite number. 0
8, 36, 120, 252, 550, 936, 1666, 2280, 3312, 5220, 6820, 9324, 11726, 14448, 17625, 22048, 27081, 30744, 38190, 45440, 50589, 59092, 66815, 76896, 92150, 102414, 111240 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = n*prime(n)*composite(n).
a(n) = n*A067563(n).
EXAMPLE
For n=1; prime(1)=2, composite(1)=4; a(1) = 8;
For n=2; prime(2)=3, composite(2)=6; a(2) = 36;
For n=3; prime(3)=5, composite(3)=8; a(3) = 120.
MATHEMATICA
m = 105; p = Select[Range[m], PrimeQ]; n = Length[p]; c = Complement[Range[2, m], p][[1;; n]]; p * c * Range[n] (* Amiram Eldar, Feb 12 2020 *)
CROSSREFS
Sequence in context: A092365 A014343 A162596 * A341137 A051192 A008500
KEYWORD
nonn
AUTHOR
Soham B. Patel, Feb 04 2020
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 16 01:40 EDT 2024. Contains 371696 sequences. (Running on oeis4.)