Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A110996
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A110996 Powers equal to (sum of first n primes) plus 1. +0
1
441, 970225, 1464100, 194379364 (list; graph; listen)
OFFSET

1,1

COMMENT

I have checked for powers out to the 250000th prime and the last element found is at the 6420th prime, 64067. It is interesting to note that the only powers so far are squares. Finding a higher power would be interesting.

FORMULA

a(n)=sum(prime(j), j=1..N_n) and a(n) is a power.

EXAMPLE

a(1)=441 since sum(primes<=59)=440 and 441=21^2.

MAPLE

with(numtheory); egcd := proc(n) local L; L:=map(proc(z) z[2] end, ifactors(n)[2]); igcd(op(L)) end: s := proc(n) option remember; local p; if n=1 then [1, 2] else [n, s(n-1)[2]+ithprime(n)] fi end; t := proc(n) option remember; [n, s(n)[2]+1] fi end; PW:=[]; for z to 1 do for j from 1 to 250000 do if egcd(t(j)[2])>1 then PW:=[op(PW), t(j)] fi od od; PW;

CROSSREFS

Cf. A007504, A110979.

Sequence in context: A057950 A014793 A151656 this_sequence A013769 A013899 A075268

Adjacent sequences: A110993 A110994 A110995 this_sequence A110997 A110998 A110999

KEYWORD

nonn

AUTHOR

Walter A. Kehowski (wkehowski(AT)cox.net), Sep 30 2005

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 5 08:23 EST 2009. Contains 170348 sequences.


AT&T Labs Research