The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A124296 a(n) = 5*F(n)^2 - 5*F(n) + 1, where F(n) = Fibonacci(n). 8
1, 1, 1, 11, 31, 101, 281, 781, 2101, 5611, 14851, 39161, 102961, 270281, 708761, 1857451, 4865911, 12744061, 33372361, 87382901, 228792301, 599019851, 1568309051, 4105974961, 10749725281, 28143378001, 73680695281, 192899171531 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
11 = Lucas(5) divides a(3+10k), a(7+10k), and a(8+10k). The last digit of a(n) is 1, so a(n) mod 10 = 1. For odd n there exists the so-called Aurifeuillian factorization A001946(n) = Lucas(5n) = Lucas(n)*A(n)*B(n) = A000032(n)*A124296(n)*A124297(n), where A(n) = A124296(n) = 5*F(n)^2 - 5*F(n) + 1 and B(n) = A124297(n) = 5*F(n)^2 + 5*F(n) + 1, where F(n) = Fibonacci(n).
LINKS
Eric Weisstein's World of Mathematics, Aurifeuillean Factorization
FORMULA
a(n) = 5*Fibonacci(n)^2 - 5*Fibonacci(n) + 1.
G.f.: -(x^5+9*x^4-15*x^3+x^2+3*x-1) / ((x-1)*(x+1)*(x^2-3*x+1)*(x^2+x-1)). [Colin Barker, Jan 03 2013]
MATHEMATICA
Table[5*Fibonacci[n]^2-5*Fibonacci[n]+1, {n, 0, 50}]
5#^2-5#+1&/@Fibonacci[Range[0, 30]] (* Harvey P. Dale, Nov 29 2011 *)
PROG
(PARI) a(n)=subst(5*t*(t-1)+1, t, fibonacci(n)) \\ Charles R Greathouse IV, Jan 03 2013
CROSSREFS
Bisections: A001604, A156094.
Sequence in context: A068841 A316982 A192246 * A223388 A152220 A272263
KEYWORD
nonn,easy
AUTHOR
Alexander Adamchuk, Oct 25 2006
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 May 16 00:16 EDT 2024. Contains 372549 sequences. (Running on oeis4.)