Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A096649
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A096649 First occurrence where n# - p is a prime for primes p = 3,5,... +0
1
3, 23, 199, 2297, 30013, 510481, 9699667, 223092827, 6469693189, 200560490057, 7420738134751, 304250263527163, 13082761331669941, 614889782588491343, 32589158477190044657, 117288381359406970983181 (list; graph; listen)
OFFSET

2,1

FORMULA

n# is n primorial = product of primes 2*3*5*...*p<=n

EXAMPLE

5# = 2*3*5 = 30. 30-3 = 27,30-5=25,30-7 = 23 prime

PROGRAM

(PARI) pr=1; forprime(x=2, n, pr*=x; forprime(m=2, n, y=pr-m; if(isprime(y), print1(y", "); break)))

CROSSREFS

Sequence in context: A074579 A060880 A093155 this_sequence A135423 A114017 A068691

Adjacent sequences: A096646 A096647 A096648 this_sequence A096650 A096651 A096652

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Aug 22 2004

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 00:48 EST 2009. Contains 170565 sequences.


AT&T Labs Research