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!)
A253368 a(n) = F(12*n)/(12^2) with the Fibonacci numbers F = A000045. 7
1, 322, 103683, 33385604, 10750060805, 3461486193606, 1114587804280327, 358893811492071688, 115562692712642803209, 37210828159659490561610, 11981771104717643318035211, 3858093084890921488916776332, 1242293991563772001787883943693 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The Fibonacci sequence with seeds 10/9, 10/9 for n = 0 and 1 has integer values precisely for every 12th entry, namely (10/9)*F(12*n), n >= 1: 160, 51520, 16589280, 5341696640, 1720009728800, ... .
Because F(12*n)/(9*2^4) = (F(6*n)/2^3)*(L(6*n)/2) = A049660(n)*A023039(n), this is indeed an integer sequence. Here L = A000032 (Lucas).
For the digital root of this sequence see A253298.
The final digits cycle a sequence of period 10 [1,2,3,4,5,6,7,8,9,0...], see A010879. - Peter M. Chema, Nov 11 2015
LINKS
FORMULA
a(n) = F(12*n)/(9*2^4) = A049660(n)*A023039(n), n >= 1.
G.f.: x / (x^2 - 322*x + 1). - Colin Barker, Dec 31 2014
From Peter Bala, Apr 03 2015: (Start)
For integer k, 1 + k*(36 - k)*Sum_{n >= 1} a(n)*x^(2*n) = ( 1 + k/8*Sum_{n >= 1} Fibonacci(6*n)*x^n )*( 1 + k/8*Sum_{n >= 1} Fibonacci(6*n)*(-x)^n ).
1 + 64*Sum_{n >= 1} a(n)*x^(2*n) = ( 1 + Sum_{n >= 1} Fibonacci(6*n+3)*x^n )*( 1 + Sum_{n >= 1} Fibonacci(6*n+3)*(-x)^n ).
1 + 320*Sum_{n >= 1} a(n)*x^(2*n) = ( 1 + Sum_{n >= 1} Lucas(6*n)*x^n )*( 1 + Sum_{n >= 1} Lucas(6*n)*(-x)^n ).
(End)
a(n) = (((161+72*sqrt(5))^(-n)*(-1+(161+72*sqrt(5))^(2*n))))/(144*sqrt(5)). - Colin Barker, Jun 02 2016
MATHEMATICA
Table[Fibonacci[12 n]/144, {n, 11}] (* Michael De Vlieger, Apr 03 2015 *)
LinearRecurrence[{322, -1}, {1, 322}, 11] (* Ray Chandler, Aug 12 2015 *)
PROG
(PARI) Vec(x/(x^2-322*x+1) + O(x^20)) \\ Colin Barker, Dec 31 2014
(PARI) vector(20, n, fibonacci(12*n)/(9*2^4)) \\ Altug Alkan, Nov 11 2015
CROSSREFS
Sequence in context: A324629 A234704 A266885 * A334182 A033524 A309030
KEYWORD
nonn,easy
AUTHOR
Peter M. Chema, Dec 30 2014
EXTENSIONS
Errors in name, data and formula corrected by Colin Barker, Dec 31 2014
Edited: numbers and name changed, formula and programs adjusted by Wolfdieter Lang, Jan 20 2015
Name simplified using "12" as the common number.Peter M. Chema, Mar 31 2016
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 July 8 09:01 EDT 2024. Contains 374153 sequences. (Running on oeis4.)