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!)
A014010 Linear recursion relative of Shallit sequence S(2,6). 2

%I #30 Jul 13 2023 09:23:01

%S 2,6,19,61,196,630,2026,6516,20957,67403,216786,697242,2242518,

%T 7212542,23197479,74609345,239963764,771788146,2482278710,7983677420,

%U 25677658553,82586271223,265619709074,854304581182,2747673807690,8837259590742,28423008894139

%N Linear recursion relative of Shallit sequence S(2,6).

%H Colin Barker, <a href="/A014010/b014010.txt">Table of n, a(n) for n = 0..1000</a>

%H D. W. Boyd, <a href="http://matwbn.icm.edu.pl/ksiazki/aa/aa34/aa3444.pdf">Some integer sequences related to the Pisot sequences</a>, Acta Arithmetica, 34 (1979), 295-305.

%H D. W. Boyd, <a href="https://www.researchgate.net/profile/David_Boyd7/publication/262181133_Linear_recurrence_relations_for_some_generalized_Pisot_sequences_-_annotated_with_corrections_and_additions/links/00b7d536d49781037f000000.pdf">Linear recurrence relations for some generalized Pisot sequences</a>, Advances in Number Theory ( Kingston ON, 1991) 333-340, Oxford Sci. Publ., Oxford Univ. Press, New York, 1993.

%H Jeffrey Shallit, <a href="http://www.fq.math.ca/Scanned/29-1/elementary29-1.pdf">Problem B-686</a>, Fib. Quart., 29 (1991), 85.

%H <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (3,1,-1,1,-3).

%H <a href="/index/Ph#Pisot">Index entries for Pisot sequences</a>

%F a(n) = 3*a(n-1) + a(n-2) - a(n-3) + a(n-4) - 3*a(n-5).

%F G.f.: ( 2-x^2-2*x^4 ) / ( (x-1)*(3*x^4+2*x^3+3*x^2+2*x-1) ).

%t LinearRecurrence[{3,1,-1,1,-3},{2,6,19,61,196},30] (* _Harvey P. Dale_, Apr 21 2016 *)

%o (PARI) a2n=concat([ 2,6,19,61,196 ],vector(25)); a(n)=a2n[ n+1 ]; for(n=5,29,a2n[ n+1 ]=3*a(n-1) + a(n-2) - a(n-3) + a(n-4) - 3*a(n-5))

%o (PARI) Vec((2-x^2-2*x^4)/((x-1)*(3*x^4+2*x^3+3*x^2+2*x-1)) + O(x^40)) \\ _Colin Barker_, Aug 09 2016

%Y There has been some confusion between A018906 and A014010. I think the descriptions are correct now, thanks to _Michael Somos_.

%Y Different from A022041.

%K nonn,easy

%O 0,1

%A _R. K. Guy_

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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)