Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A090977
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A090977 Least k such that k*prime(k) > 10^n. +0
1
3, 7, 17, 48, 134, 382, 1115, 3287, 9786, 29296, 88181, 266694, 809599, 2465574, 7528976, 23045352, 70684657, 217196605, 668461874 (list; graph; listen)
OFFSET

1,1

COMMENT

Does lim(n->infinity) a(n+1)/a(n) exist? If so, is the limit pi? - Ryan Propper (rpropper(AT)stanford.edu), Sep 15 2005

EXAMPLE

a(3) = 17 as 17*prime(17) = 17*59 = 1003 > 10^3.

MAPLE

for n from 1 to 11 do b:=proc(k) if k*ithprime(k)>10^n then k else fi end: a[n]:=[seq(b(k), k=1..100000)][1]: od: seq(a[n], n=1..11); (Deutsch)

MATHEMATICA

n = 1; For[k = 1, k > 0, k++, If[k*Prime[k] > 10^n, Print[k]; n++ ]] (Propper) (Propper)

CROSSREFS

Sequence in context: A062810 A113985 A071985 this_sequence A014144 A096358 A079634

Adjacent sequences: A090974 A090975 A090976 this_sequence A090978 A090979 A090980

KEYWORD

base,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jan 04 2004

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Aug 04 2005

More terms from Ryan Propper (rpropper(AT)stanford.edu), Sep 15 2005

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 September 6 16:04 EDT 2008. Contains 143483 sequences.


AT&T Labs Research