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!)
A172191 a(n) = 2*prime(n)^4. 1
32, 162, 1250, 4802, 29282, 57122, 167042, 260642, 559682, 1414562, 1847042, 3748322, 5651522, 6837602, 9759362, 15780962, 24234722, 27691682, 40302242, 50823362, 56796482, 77900162, 94916642, 125484482, 177058562, 208120802 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 2*A030514(n).
MATHEMATICA
2Prime[Range[100]]^4 (* Vincenzo Librandi, Mar 27 2014 *)
PROG
(Magma) [2*p^4: p in PrimesUpTo(200)]; // Vincenzo Librandi, Mar 27 2014
(SageMath) [2*nth_prime(n)^4 for n in (1..50)] # G. C. Greubel, Apr 28 2022
CROSSREFS
Sequence in context: A300312 A197367 A297843 * A304381 A281467 A302621
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 April 19 14:50 EDT 2024. Contains 371792 sequences. (Running on oeis4.)