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!)
A153484 a(n) = prime(n)^5 - 128. 1

%I #10 Aug 19 2016 04:41:40

%S -96,115,2997,16679,160923,371165,1419729,2475971,6436215,20511021,

%T 28629023,69343829,115856073,147008315,229344879,418195365,714924171,

%U 844596173,1350124979,1804229223,2073071465,3077056271,3939040515

%N a(n) = prime(n)^5 - 128.

%H G. C. Greubel, <a href="/A153484/b153484.txt">Table of n, a(n) for n = 1..1000</a>

%t a[k_] := Prime[k]^5 - 128; Table[a[k], {k, 1, 30}]

%t Prime[Range[22]]^5 - 128 (* _G. C. Greubel_, Aug 18 2016 *)

%K sign

%O 1,1

%A _Roger L. Bagula_, Dec 27 2008

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 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)