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!)
A133532 Sum of fifth powers of three consecutive primes. 15
3400, 20175, 180983, 549151, 1952201, 4267249, 10332299, 29423591, 55576643, 118484257, 213829309, 332208601, 492209651, 794548943, 1362464799, 1977716093, 2909645707, 3998950759, 5227426051, 6954357343, 9089168635 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A133536(n) + A050997(n+2). - Michel Marcus, Nov 09 2013
EXAMPLE
a(1)=3400 because 2^5+3^5+5^5=3400.
MATHEMATICA
a = 5; Table[Prime[n]^a + Prime[n + 1]^a + Prime[n + 2]^a, {n, 1, 100}]
Total[#^5]&/@Partition[Prime[Range[30]], 3, 1] (* Harvey P. Dale, May 26 2011 *)
CROSSREFS
Sequence in context: A221009 A226667 A206507 * A224744 A151772 A109482
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 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)