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!)
A166470 a(n) = 2^F(n+1)*3^F(n), where F(n) is the n-th Fibonacci number, A000045(n). 5
2, 6, 12, 72, 864, 62208, 53747712, 3343537668096, 179707499645975396352, 600858794305667322270155425185792, 107978831564966913814384922944738457859243070439030784 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = A000301(n+1)*A010098(n).
For n > 1, a(n) = a(n-1)*a(n-2).
For m > 1, n > 1, A166469(A002110(m)*(a(n)^k)/12) = k*F(m+n).
A166469(a(n)) = F(n+2)+1 = A001611(n+2).
a(n) = 2 * A174666(n+1). - Alois P. Heinz, Sep 16 2022
a(n) = 2^(F(n+1) + c*F(n)), with c=log_2(3). Cf. A000301 (c=1) & A010098 (c=2). - Andrea Pinos, Sep 29 2022
MATHEMATICA
3^First[#] 2^Last[#]&/@Partition[Fibonacci[Range[0, 12]], 2, 1] (* Harvey P. Dale, Aug 20 2012 *)
PROG
(PARI) a(n)=2^fibonacci(n+1)*3^fibonacci(n) \\ Charles R Greathouse IV, Sep 19 2022
CROSSREFS
Subsequence of A025610 and hence of A003586 and A025487.
Cf. A000301 and A010098.
Sequence in context: A178846 A173843 A107763 * A144144 A226178 A129085
KEYWORD
nonn,easy
AUTHOR
Matthew Vandermast, Nov 05 2009
EXTENSIONS
Typo corrected by Matthew Vandermast, Nov 07 2009
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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)