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!)
A131607 Pell companion numbers A001333 without last digit. 2
1, 4, 9, 23, 57, 139, 336, 811, 1960, 4732, 11424, 27580, 66585, 160752, 388089, 936931, 2261953, 5460839, 13183632, 31828103, 76839840, 185507784, 447855408, 1081218600, 2610292609, 6301803820, 15213900249, 36729604319, 88673108889, 214075822099, 516824753088 (list; graph; refs; listen; history; text; internal format)
OFFSET
4,2
LINKS
FORMULA
a(n) = floor(A001333(n) / 10). - Andrew Howroyd, Jan 02 2020
Conjectures from Colin Barker, Jan 03 2020: (Start)
G.f.: x^4*(1 + x - 2*x^2 + x^3 + x^4) / ((1 - x)*(1 + x^2)*(1 - 2*x - x^2)*(1 - x^2 + x^4)).
a(n) = 3*a(n-1) - a(n-2) - a(n-3) - a(n-6) + 3*a(n-7) - a(n-8) - a(n-9) for n>12.
(End)
MATHEMATICA
Table[Floor[(((1 - Sqrt[2])^n + (1 + Sqrt[2])^n)/2)/10], {n, 4, 29}] (* Metin Sariyar, Jan 03 2020 *)
PROG
(PARI) a(n)={polcoef((1 - x) / (1 - 2*x - x^2) + O(x*x^n), n)\10} \\ Andrew Howroyd, Jan 02 2020
CROSSREFS
Sequence in context: A138990 A014543 A343676 * A221313 A238832 A192473
KEYWORD
nonn,base
AUTHOR
Paul Curtz, Oct 02 2007
EXTENSIONS
Offset changed and terms a(24) and beyond from Andrew Howroyd, Jan 02 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 August 3 23:57 EDT 2024. Contains 374905 sequences. (Running on oeis4.)