Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A129081
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A129081 Prime numbers that are the sum of consecutive prime numbers with final digit 9 (primes in A030433). +0
3
19, 107, 523, 1279, 1787, 4091, 16103, 18041, 46889, 68437, 104561, 155443, 161641, 174367, 187573, 303473, 330587, 359231, 419929, 430517, 634793, 878939, 974507, 1469753, 1510319, 1700851, 1902653, 2836961, 2982841, 3476299, 3807589 (list; graph; listen)
OFFSET

1,1

FORMULA

a(n) = A030433(1)+A030433(2)+...+A030433(x); a is a prime number.

EXAMPLE

a(5) = 1787 because 1787 = A030433(1) + A030433(2) + A030433(3) + A030433(4) + A030433(5) + A030433(6) + A030433(7) + A030433(8) + A030433(9) + A030433(10) + A030433(11) + A030433(12) + A030433(13) = 19 + 29 + 59 + 79 + 89 + 109 + 139 + 149 + 179 + 199 + 229 + 239 + 269; and 1787 is a prime number.

PROGRAM

(PARI) {s=0; forprime(p=2, 17300, if(p%10==9, s+=p; if(isprime(s), print1(s, ", "))))} /* Klaus Brockhaus, May 13 2007 */

CROSSREFS

Cf. A030433; A000040.

Sequence in context: A101010 A096328 A142300 this_sequence A142322 A118607 A144246

Adjacent sequences: A129078 A129079 A129080 this_sequence A129082 A129083 A129084

KEYWORD

easy,base,nonn

AUTHOR

Tomas Xordan (xordan.tom(AT)gmail.com), May 11 2007

EXTENSIONS

Entries checked by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), May 13 2007

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 November 25 08:46 EST 2009. Contains 167481 sequences.


AT&T Labs Research