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!)
A133537 Sum of sixth powers of two consecutive primes. 10
793, 16354, 133274, 1889210, 6598370, 28964378, 71183450, 195081770, 742859210, 1482327002, 3453230090, 7315830650, 11071467290, 17100578378, 32943576458, 64344894770, 93700908002, 141978756530, 218558666090, 279434510210 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A030516(n) + A030516(n+1). - Michel Marcus, Nov 09 2013
EXAMPLE
a(1)=793 because 2^6+3^6=793.
MATHEMATICA
a = 6; Table[Prime[n]^a + Prime[n + 1]^a, {n, 1, 100}]
CROSSREFS
Sequence in context: A095812 A212239 A130555 * A213471 A075667 A136543
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 June 30 10:10 EDT 2024. Contains 373866 sequences. (Running on oeis4.)