Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A072986
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A072986 Least k such that prod( i = 1, k, prime(i)+1)>= n*prod(i = 1, k, prime(i)). +0
1
1, 2, 6, 11, 24, 52, 113, 248, 553, 1245, 2828, 6481, 14963, 34770, 81253, 190836, 450202, 1066269, 2534269, 6042375, 14447465, 34632759 (list; graph; listen)
OFFSET

1,2

FORMULA

a(n+1)/a(n)->e as n->infinity - Robert Gerbicz (robert.gerbicz(AT)gmail.com), May 09 2008

MATHEMATICA

a = b = k = 1; Do[ While[a = a*Prime[k]; b = b*(Prime[k] + 1); b < n*a, k++ ]; Print[k]; k++, {n, 1, 16}]

PROGRAM

(PARI) a(n)=if(n<0, 0, s=1; while(prod(i=1, s, prime(i)+1)<prod(i=1, s, prime(i))*n, s++); s);

CROSSREFS

Sequence in context: A005673 A084308 A067605 this_sequence A160966 A079047 A052326

Adjacent sequences: A072983 A072984 A072985 this_sequence A072987 A072988 A072989

KEYWORD

more,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Aug 14 2002

EXTENSIONS

Edited and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 20 2002

6 more terms from Robert Gerbicz (robert.gerbicz(AT)gmail.com), May 09 2008

page 1

Search completed in 0.003 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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research