login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A140232 a(n) = ceiling(n*exp((1+sqrt(5))/2)). 2
6, 11, 16, 21, 26, 31, 36, 41, 46, 51, 56, 61, 66, 71, 76, 81, 86, 91, 96, 101, 106, 111, 116, 122, 127, 132, 137, 142, 147, 152, 157, 162, 167, 172, 177, 182, 187, 192, 197, 202, 207, 212, 217, 222, 227, 232, 238, 243, 248, 253, 258, 263, 268, 273, 278, 283 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = ceiling(n*A139341). - R. J. Mathar, Feb 06 2009
MATHEMATICA
Ceiling[Exp[GoldenRatio]*Range[60]] (* G. C. Greubel, Jun 30 2019 *)
PROG
(PARI) phi=(1+sqrt(5))/2; vector(60, n, ceil(n*exp(phi)) ) \\ G. C. Greubel, Jun 30 2019
(Magma) phi:=(1+Sqrt(5))/2; [Ceiling(n*Exp(phi)): n in [1..60]]; // G. C. Greubel, Jun 30 2019
(Sage) [ceil(n*exp(golden_ratio)) for n in (1..60)] # G. C. Greubel, Jun 30 2019
CROSSREFS
Sequence in context: A299977 A145287 A016861 * A315467 A315468 A242594
KEYWORD
nonn
AUTHOR
Mohammad K. Azarian, May 13 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 16 07:07 EDT 2024. Contains 371697 sequences. (Running on oeis4.)