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!)
A153483 a(n) = prime(n)^4 - 32. 1
-16, 49, 593, 2369, 14609, 28529, 83489, 130289, 279809, 707249, 923489, 1874129, 2825729, 3418769, 4879649, 7890449, 12117329, 13845809, 20151089, 25411649, 28398209, 38950049, 47458289, 62742209, 88529249, 104060369, 112550849 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a[k_] := Prime[k]^4 - 32; Table[a[k], {k, 1, 30}]
Prime[Range[25]]^4 - 32 (* G. C. Greubel, Aug 18 2016 *)
Table[Prime[n]^4 - 32, {n, 60}] (* Vincenzo Librandi, Aug 19 2016 *)
PROG
(Magma) [NthPrime(n)^4-32: n in [1..40]]; // Vincenzo Librandi, Aug 19 2016
CROSSREFS
Sequence in context: A041498 A264479 A104992 * A030686 A030688 A235962
KEYWORD
sign
AUTHOR
Roger L. Bagula, Dec 27 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 April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)