Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A086824
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A086824 Least k such that k!>=n^k. +0
2
1, 4, 7, 9, 12, 14, 17, 20, 22, 25, 28, 30, 33, 36, 38, 41, 44, 47, 49, 52, 55, 57, 60, 63, 65, 68, 71, 73, 76, 79, 82, 84, 87, 90, 92, 95, 98, 101, 103, 106, 109, 111, 114, 117, 119, 122, 125, 128, 130, 133, 136, 138, 141, 144, 147, 149, 152, 155, 157, 160, 163, 166 (list; graph; listen)
OFFSET

0,2

COMMENT

Suggested by Richard-Andre Jeannin (andre-jeannin.richard(AT)wanadoo.fr)

FORMULA

a(n) = e*n + O(log(n)); a(n+1)-a(n) = 2 or 3

Conjecture : for n>3 a(n)=round(e*n-(1/2)*log(2*pi*n)-1/n) - Benoit Cloitre (benoit7848c(AT)orange.fr), Dec 14 2005

MATHEMATICA

f[n_] := Block[{k = 1}, While[k! < n^k, k++ ]; k]; Table[ f[n], {n, 62}] (from Robert G. Wilson v Jun 12 2004)

PROGRAM

(PARI) a(n)=if(n<2, 1, k=1; while(k!<n^k, k++); k)

CROSSREFS

Variant of A065027. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 12 2008]

Sequence in context: A092861 A007072 A007064 this_sequence A080574 A007066 A047537

Adjacent sequences: A086821 A086822 A086823 this_sequence A086825 A086826 A086827

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Aug 07 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 9 14:43 EST 2009. Contains 170430 sequences.


AT&T Labs Research