Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A082669
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A082669 Let p(n) = upper member of n-th pair of twin primes; sequence gives a(n) = p(n)*(p(n)-1)/2. +0
2
10, 21, 78, 171, 465, 903, 1830, 2628, 5253, 5886, 9591, 11325, 16290, 18528, 19701, 26106, 28920, 36585, 39903, 48828, 60726, 88410, 93528, 106953, 136503, 162735, 180300, 191271, 206403, 218130, 328455, 338253, 343206, 368511, 389403 (list; graph; listen)
OFFSET

0,1

COMMENT

This sequence also gives C(m,m-2) for all m such that m is the greater member of the n-th twin prime pair. - Christopher Tomaszewski (cmt1288(AT)comcast.net), Oct 26 2003

Let p(n) = upper member of n-th pair of twin primes; sequence gives a(n) = p(n)*(p(n)-1)/2. - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 08 2007

MAPLE

ZL:=[]:for p from 1 to 890 do if (isprime(p) and isprime(p+2) ) then ZL:=[op(ZL), (binomial((p+2), p))]; fi; od; print(ZL); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 08 2007

PROGRAM

(PARI) tpcomb2(n) = { forprime(x=3, n, if(isprime(x-2), print1((x)*(x-1)/2" ") ) )

CROSSREFS

Sequence in context: A095192 A096564 A041196 this_sequence A146083 A001739 A072805

Adjacent sequences: A082666 A082667 A082668 this_sequence A082670 A082671 A082672

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), May 18 2003

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 | The OEIS Foundation | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified March 11 00:12 EST 2010. Contains 173097 sequences.


AT&T Labs Research