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!)
A275863 Floor(r*a(n-1)) + floor(r*a(n-2)), where r = 5/2, a(0) = 1, a(1) = 1. 4
1, 1, 4, 12, 40, 130, 425, 1387, 4529, 14789, 48294, 157707, 515002, 1681772, 5491935, 17934267, 58565504, 191249427, 624537327, 2039466884, 6660010527, 21748693527, 71021760134, 231926134152, 757369735715, 2473239674667, 8076523525954, 26374408001552 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = floor(r*a(n-1)) + floor(r*a(n-2)), where r = 5/2, a(0) = 1, a(1) = 1.
MATHEMATICA
r = 5/2; a[0] = 1; a[1] = 1; z = 50;
a[n_] := a[n] = Floor[r*a[n - 1]] + Floor[r*a[n - 2]];
t = Table[a[n], {n, 0, z}]
CROSSREFS
Sequence in context: A090576 A152174 A087206 * A289653 A081875 A102433
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Aug 12 2016
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 19 17:51 EDT 2024. Contains 371797 sequences. (Running on oeis4.)