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!)
A180236 a(n) = a(n-2)+a(n-4); a(1)=a(4)=101, a(2)=a(3)=10. 1
101, 10, 10, 101, 111, 111, 121, 212, 232, 323, 353, 535, 585, 858, 938, 1393, 1523, 2251, 2461, 3644, 3984, 5895, 6445, 9539, 10429, 15434, 16874, 24973, 27303, 40407, 44177, 65380, 71480, 105787, 115657, 171167, 187137, 276954, 302794, 448121, 489931 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Generalization of A115339.
LINKS
FORMULA
G.f.: -x*(91*x^3-91*x^2+10*x+101) / (x^4+x^2-1). Colin Barker, Oct 03 2015
MATHEMATICA
LinearRecurrence[{0, 1, 0, 1}, {101, 10, 10, 101}, 50] (* Paolo Xausa, Jan 04 2024 *)
PROG
(PARI) Vec(-x*(91*x^3-91*x^2+10*x+101)/(x^4+x^2-1) + O(x^100)) \\ Colin Barker, Oct 03 2015
(PARI) a(n) = if(n==1||n==4, 101, if(n==2||n==3, 10, a(n-2)+a(n-4))); \\ Altug Alkan, Oct 03 2015
CROSSREFS
Sequence in context: A126834 A365928 A318698 * A279149 A282065 A281840
KEYWORD
nonn,easy
AUTHOR
Mark Dols, Aug 18 2010
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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)