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!)
A133536 Sum of fifth powers of two consecutive primes. 10
275, 3368, 19932, 177858, 532344, 1791150, 3895956, 8912442, 26947492, 49140300, 97973108, 185200158, 262864644, 376353450, 647540500, 1133119792, 1559520600, 2194721408, 3154354458, 3877300944, 5150127992, 7016097042, 9523100092 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A050997(n) + A050997(n+1). - Michel Marcus, Nov 09 2013
EXAMPLE
a(1)=2^5+3^5=275.
MATHEMATICA
a = 5; Table[Prime[n]^a + Prime[n + 1]^a, {n, 1, 100}]
CROSSREFS
Sequence in context: A028533 A257123 A130292 * A224109 A075666 A121743
KEYWORD
nonn
AUTHOR
Artur Jasinski, Sep 14 2007
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 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)