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!)
A138460 a(n) = ((n-th prime)^6-(n-th prime)^5)/2. 3
16, 243, 6250, 50421, 805255, 2227758, 11358856, 22284891, 70799773, 287156086, 429437265, 1248191226, 2317124020, 3087177303, 5274935161, 10873082818, 20732804671, 25337889030, 44554128531, 63148027285, 74630577348 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a = {}; Do[p = Prime[n]; AppendTo[a, (p^6 - p^5)/2], {n, 1, 24}]; a
PROG
(PARI) forprime(p=2, 1e3, print1((p^6-p^5)/2", ")) \\ Charles R Greathouse IV, Jun 16 2011
CROSSREFS
Sequence in context: A008788 A360759 A219671 * A182148 A304170 A360353
KEYWORD
nonn,easy
AUTHOR
Artur Jasinski, Mar 22 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 March 29 01:34 EDT 2024. Contains 371264 sequences. (Running on oeis4.)