[go: up one dir, main page]

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!)
Revision History for A153482 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A153482 a(n) = prime(n)^4 - 8.
(history; published version)
#14 by Charles R Greathouse IV at Thu Sep 08 08:45:39 EDT 2022
PROG

(MAGMAMagma) [NthPrime(n)^4-8: n in [1..40]]; // Vincenzo Librandi, Aug 19 2016

Discussion
Thu Sep 08 08:45
OEIS Server: https://oeis.org/edit/global/2944
#13 by OEIS Server at Mon Aug 22 04:39:22 EDT 2016
LINKS

G. C. Greubel, <a href="/A153482/b153482_1.txt">Table of n, a(n) for n = 1..1000</a>

#12 by Bruno Berselli at Mon Aug 22 04:39:22 EDT 2016
STATUS

reviewed

approved

Discussion
Mon Aug 22 04:39
OEIS Server: Installed new b-file as b153482.txt.  Old b-file is now b153482_1.txt.
#11 by Michel Marcus at Mon Aug 22 02:46:19 EDT 2016
STATUS

proposed

reviewed

#10 by Joerg Arndt at Mon Aug 22 02:32:52 EDT 2016
STATUS

editing

proposed

#9 by Joerg Arndt at Mon Aug 22 02:32:46 EDT 2016
MATHEMATICA

Clear[a, k]; a[k_] := Prime[k]^4 - 8; Table[a[k], {k, 1, 30}]

STATUS

proposed

editing

#8 by G. C. Greubel at Sun Aug 21 22:37:08 EDT 2016
STATUS

editing

proposed

#7 by G. C. Greubel at Sun Aug 21 22:36:53 EDT 2016
OFFSET

01,1

LINKS

G. C. Greubel, <a href="/A153482/b153482_1.txt">Table of n, a(n) for n = 01..1000</a>

Discussion
Sun Aug 21 22:37
G. C. Greubel: Changed offset and b-file
#6 by Michel Marcus at Fri Aug 19 03:26:55 EDT 2016
NAME

a(n) = Prime[prime(n]^)^4 - 8.

Discussion
Fri Aug 19 03:27
Michel Marcus: I think offset should be 1 and b-file changed accordingly
#5 by Vincenzo Librandi at Fri Aug 19 01:01:54 EDT 2016
MATHEMATICA

Table[Prime[n]^4 - 8, {n, 60}] (* Vincenzo Librandi, Aug 19 2016 *)

PROG

(MAGMA) [NthPrime(n)^4-8: n in [1..40]]; // Vincenzo Librandi, Aug 19 2016

STATUS

proposed

editing

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 August 29 18:55 EDT 2024. Contains 375518 sequences. (Running on oeis4.)