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!)
A076883 Let u(0)=1, u(n) = 5/2 * floor(u(n-1)); then a(n) = (2/5)*u(n). 1
1, 2, 5, 12, 30, 75, 187, 467, 1167, 2917, 7292, 18230, 45575, 113937, 284842, 712105, 1780262, 4450655, 11126637, 27816592, 69541480, 173853700, 434634250, 1086585625, 2716464062, 6791160155, 16977900387, 42444750967, 106111877417 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
May be equivalently defined by (1) a(n) = floor(u(n-1)) or (2) a(1) = 1, a(n) = floor(5/2 * a(n - 1)). - Joel B. Lewis, Jul 18 2008
LINKS
FORMULA
a(n)=ceiling(c*(5/2)^n) with c=0.76461665854988933665808275090184088890217299...
MATHEMATICA
NestList[Floor[5/2 #]&, 1, 30] (* Harvey P. Dale, Apr 18 2012 *)
CROSSREFS
Sequence in context: A033482 A054341 A000106 * A140832 A326793 A026580
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Nov 25 2002
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 27 15:06 EDT 2024. Contains 372019 sequences. (Running on oeis4.)