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!)
A190969 a(n) = 5*a(n-1) - 8*a(n-2), with a(0)=0, a(1)=1. 3
0, 1, 5, 17, 45, 89, 85, -287, -2115, -8279, -24475, -56143, -84915, 24569, 802165, 3814273, 12654045, 32756041, 62547845, 50690897, -246928275, -1640168551, -6225416555, -18005734367, -40225339395, -57080822039, 36398604965, 638639601137, 2902009165965 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Let S(p):=Sum_{k=0..p-1} a(4k)*binomial(2k,k)^3/(-4096)^k. Zhi-Wei Sun conjectured that S(p) == 0 (mod p^2) for every odd prime p, and also S(p) == 0 (mod p^3) for any odd prime p == 1,2,4 (mod 7). - Zhi-Wei Sun, Mar 13 2013
(a(n) + ((-1)^n)*n) mod 7 = 0 for n > 0; division yields following signed integer sequence: {0, 1, 2, 7, 12, 13, -42, -301, -1184, -3495, -8022, -12129, 3508, 114597, ...} with g.f.: (x - x^2)/((1 + x)^2 * (1 - 5*x + 8*x^2)). - Alexander R. Povolotsky, Mar 13 2013
LINKS
Zhi-Wei Sun, Conjectures involving primes and quadratic forms, arXiv:1211.1588 [math.NT], 2012-2017.
FORMULA
G.f.: x/(1-5x+8*x^2). - Philippe Deléham, Oct 12 2011
MATHEMATICA
LinearRecurrence[{5, -8}, {0, 1}, 50]
PROG
(Maxima) a[0]:0$ a[1]:1$ a[n]:=5*a[n-1] - 8*a[n-2]$ makelist(a[n], n, 0, 50); /* Martin Ettl, Oct 21 2012 */
CROSSREFS
Cf. A190958 (index to generalized Fibonacci sequences).
Sequence in context: A146183 A163424 A294102 * A099451 A174794 A133252
KEYWORD
sign,easy
AUTHOR
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 06:52 EDT 2024. Contains 371920 sequences. (Running on oeis4.)