login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096280 Prime first term of iterated successive sums of successive sums of successive primes. Also numbers n such that A007443(n) is prime. 0
5, 13, 83, 2707, 71475193, 674721797, 6245693407, 118543624847, 82736199371081, 72298621492552303967009812018997, 2454725173623452943975951834280921, 59966692897276736774965300014477948187539553 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Sum of reciprocals = 0.2893406979695919267175673140... Are these primes infinite?

PROG

(PARI) \ n = terms to add, m = order. sucsumspr(n, m) = { local(a, b, i, j, k, sr); sr=0; a = primes(1001); b = vector(1001); for(i=1, m, for(j=1, n+n, b[j] = a[j]+ a[j+1]; ); a=b; if(isprime(a[1]), print1(a[1]", "); sr+=1.0/a[1]); ); print(); print(sr); }

CROSSREFS

Sequence in context: A027612 A027457 A113876 * A165262 A092955 A190949

Adjacent sequences:  A096277 A096278 A096279 * A096281 A096282 A096283

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jun 23 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 12:38 EST 2012. Contains 206021 sequences.