Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A125631
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A125631 Numbers of the form 2*prime(i) - prime(i+1) + 2. +0
2
3, 5, 11, 17, 19, 27, 29, 35, 41, 43, 49, 57, 59, 65, 69, 71, 77, 79, 83, 95, 101, 107, 125, 127, 131, 137, 147, 149, 153, 161, 163, 169, 173, 179, 189, 191, 197, 201, 221, 227, 229, 233, 239, 247, 253, 259, 267, 269, 275, 281, 305, 311, 327, 329, 347, 349, 353 (list; graph; listen)
OFFSET

1,1

COMMENT

A124115 sorted and duplicates removed.

EXAMPLE

2*prime(21) - prime(22) + 2 = 2*73 - 79 + 2 = 69, so 69 is in the sequence.

PROGRAM

(PARI) {p=2; q=3; v=[]; while(p<370, v=concat(v, 2*p-q+2); p=q; q=nextprime(q+1)); v=listsort(List(v), 1); for(j=1, #v-1, print1(v[j], ", "))}

CROSSREFS

Cf. A124115.

Sequence in context: A006169 A088328 A102643 this_sequence A045408 A092740 A045409

Adjacent sequences: A125628 A125629 A125630 this_sequence A125632 A125633 A125634

KEYWORD

nonn

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Nov 28 2006

page 1

Search completed in 0.006 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 1 13:27 EST 2009. Contains 167806 sequences.


AT&T Labs Research