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!)
A172190 a(n) = 2*prime(n)^3. 2
16, 54, 250, 686, 2662, 4394, 9826, 13718, 24334, 48778, 59582, 101306, 137842, 159014, 207646, 297754, 410758, 453962, 601526, 715822, 778034, 986078, 1143574, 1409938, 1825346, 2060602, 2185454, 2450086, 2590058, 2885794, 4096766 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 2*A030078(n).
MATHEMATICA
2Prime[Range[50]]^3 (* Vincenzo Librandi, Mar 27 2014 *)
PROG
(Magma) [2*p^3: p in PrimesUpTo(200)]; // Vincenzo Librandi, Mar 27 2014
(SageMath) [2*nth_prime(n)^3 for n in (1..50)] # G. C. Greubel, Apr 28 2022
CROSSREFS
Sequence in context: A137741 A167690 A297842 * A122658 A224040 A244805
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jan 29 2010
EXTENSIONS
Definition clarified by Jon E. Schoenfield, Jun 18 2010
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 7 17:41 EDT 2024. Contains 372312 sequences. (Running on oeis4.)