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!)
A336030 a(n) = Fibonacci(n-1) + Fibonacci(floor(n/2)). 1
1, 0, 2, 2, 3, 4, 7, 10, 16, 24, 39, 60, 97, 152, 246, 390, 631, 1008, 1631, 2618, 4236, 6820, 11035, 17800, 28801, 46512, 75258, 121626, 196795, 318188, 514839, 832650, 1347256, 2179296, 3526175, 5704484, 9230049, 14932936, 24161998, 39092350, 63252751, 102340920 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
For n>=2, a(n) is the number of oriented rational links with crossing number n and deficiency 0.
LINKS
Yuanan Diao, Michael Finney, and Dawn Ray, The number of oriented rational links with a given deficiency number, arXiv:2007.02819 [math.GT], 2020. See Remark 5 p. 16.
FORMULA
G.f.: -(3*x^4-x^3+x-1)/((x^2+x-1)*(x^4+x^2-1)). - Alois P. Heinz, Jul 07 2020
PROG
(PARI) a(n) = fibonacci(n-1) + fibonacci(n\2);
CROSSREFS
Cf. A000045 (Fibonacci numbers).
Sequence in context: A153934 A361440 A143590 * A245620 A059348 A110871
KEYWORD
nonn,easy
AUTHOR
Michel Marcus, Jul 07 2020
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 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)