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!)
A123928 Numbers n such that the sum of the first n primes with the final digit 1 is prime (the number of consecutive prime numbers in A030430 that should be added to obtain A129077(x)). 1
1, 3, 11, 27, 29, 31, 33, 49, 73, 77, 79, 123, 149, 157, 167, 169, 189, 207, 211, 219, 223, 227, 241, 261, 313, 319, 323, 329, 333, 357, 359, 417, 419, 423, 441, 463, 477, 491, 499, 513, 517, 553, 559, 573, 637, 667, 707, 709, 711, 729, 747, 757, 777, 813, 893 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n)=primes in A030430 added to obtain A129077(n)
EXAMPLE
a(3)=11 because 11 is the number of consecutive prime numbers in A030430 that must be added to obtain A129077(3).
MATHEMATICA
Position[Accumulate[Select[Prime[Range[5000]], Mod[#, 10]==1&]], _?PrimeQ]//Flatten (* Harvey P. Dale, May 21 2023 *)
CROSSREFS
Sequence in context: A256315 A290513 A101612 * A186301 A170945 A164897
KEYWORD
easy,base,nonn,less
AUTHOR
Tomas Xordan, May 13 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 April 29 14:42 EDT 2024. Contains 372114 sequences. (Running on oeis4.)