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!)
A133528 Sum of sixth powers of four consecutive primes. 18
134067, 1905564, 6731644, 30853588, 77781820, 224046148, 814042660, 1677408772, 4196089300, 8798157652, 14524697380, 24416409028, 44015043748, 81445473148, 126644484460, 206323651300, 312259574092, 421413266740 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A133533(n) + A030516(n+3). - Michel Marcus, Nov 08 2013
EXAMPLE
a(1)=134067 because 2^6+3^6+5^6+7^6=134067.
MATHEMATICA
a = 6; Table[Prime[n]^a + Prime[n + 1]^a + Prime[n + 2]^a + Prime[n + 3]^a, {n, 1, 100}]
CROSSREFS
Sequence in context: A226112 A244211 A234206 * A151940 A270896 A353031
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 24 07:15 EDT 2024. Contains 371920 sequences. (Running on oeis4.)