Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A096280
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A096280 Prime first term of iterated successive sums of successive sums of successive primes. Also numbers n such that A007443(n) is prime. +0
1
5, 13, 83, 2707, 71475193, 674721797, 6245693407, 118543624847, 82736199371081, 72298621492552303967009812018997, 2454725173623452943975951834280921, 59966692897276736774965300014477948187539553 (list; graph; listen)
OFFSET

1,1

COMMENT

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

PROGRAM

(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 this_sequence A165262 A092955 A081560

Adjacent sequences: A096277 A096278 A096279 this_sequence A096281 A096282 A096283

KEYWORD

easy,nonn

AUTHOR

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

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 17 23:40 EST 2009. Contains 171025 sequences.


AT&T Labs Research