Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A079164
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A079164 Twin-primorial numbers: products of twin primes. +0
1
3, 15, 75, 525, 5775, 75075, 1276275, 24249225, 703227525, 21800053275, 893802184275, 38433493923825, 2267576141505675, 138322144631846175, 9820872268861078425, 716923675626858725025, 72409291238312731227525 (list; graph; listen)
OFFSET

1,1

COMMENT

The sum of the reciprocals converges to 0.4154254016622336549103692152614908366885449298862362851444631680740051..

PROGRAM

(PARI) twprfact(n) = {sr=0; tp = vector(10000); k=1; forprime(j = 3, n, if(nextprime(j+1)-j == 2, tp[k] = j; tp[k+1] = j+2; k+=2; ); ); for(j=1, k-1, y=1; for(i = 1, j, y*=tp[i]; ); print1(y", "); sr+=1.0/y; ); print(); print(sr); }

CROSSREFS

Sequence in context: A136778 A000266 A059838 this_sequence A047015 A037759 A037647

Adjacent sequences: A079161 A079162 A079163 this_sequence A079165 A079166 A079167

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Feb 03 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 | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 10 12:37 EST 2009. Contains 170569 sequences.


AT&T Labs Research