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!)
A133061 5*p^5 - 3*p^3 - 2*p^2, where p = prime(n). 1
128, 1116, 15200, 82908, 801020, 1849536, 7083968, 12359196, 32144156, 102480896, 143054460, 346565088, 579070880, 734799996, 1146409148, 2090525216, 3573998396, 4222293120, 6749714268, 9020062940, 10364180256, 15383790396, 19693474076, 27918166496, 42933944448, 52547391200 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 5*(p(n))^5 - 3*(p)n))^3 - 2*(p(n))^2, where p(n)=A000040(n).
EXAMPLE
a(4)=82908 because the 4th prime is 7, 5*7^5=84035, 3*7^3=1029, 2*7^2=98 and we can write 84035-1029-98=82908.
MATHEMATICA
Table[(Prime[n])^2*(5*Prime[n]^3 - 3*Prime[n] - 2), {n, 1, 50}] (* G. C. Greubel, Oct 09 2017 *)
PROG
(Magma)[5*p^5-3*p^3-2*p^2: p in PrimesUpTo(200)] // Vincenzo Librandi, Dec 15 2010
(PARI) for(n=1, 25, print1(5*prime(n)^5 - 3*prime(n)^3 - 2*prime(n)^2, ", ")) \\ G. C. Greubel, Oct 09 2017
CROSSREFS
Cf. A000290, A000578, A000584, A045991, A133070. Prime numbers: A000040.
Sequence in context: A344303 A221599 A134630 * A188822 A181211 A221071
KEYWORD
nonn
AUTHOR
Omar E. Pol, Nov 05 2007
EXTENSIONS
More terms from Vincenzo Librandi, Dec 15 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 July 22 14:43 EDT 2024. Contains 374501 sequences. (Running on oeis4.)