login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A124126 a(n)=(1/(3n))*sum(k=1,n,F(8k)*B(2n-2k)*binomial(2n,2k)) where F=Fibonacci numbers and B=Bernoulli numbers. 0
7, 168, 5425, 199367, 7890120, 327681361, 14071534535, 618924449640, 27702229113265, 1255905441590279, 57477374413516680, 2648841480448502353, 122698149590393354375, 5704992303566275023912, 265994788806640480586545 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

a(n)=(1/(3n))*(F(8n-4)+2*L(4n-2)*5^(n-1)+2*F(2n-1)*3^(2n-1)+U(n)) where L=Lucas numbers and U(n) satisfies the order 2 recursion : U(1)=2, U(2)=24, U(n)=23U(n-1)-121U(n-2)

PROG

(PARI) a(n)=(1/3/n)*sum(k=1, n, fibonacci(8*k)*bernfrac(2*n-2*k)*binomial(2*n, 2*k))

CROSSREFS

Cf. A111262.

Sequence in context: A192275 A009807 A165388 * A086373 A162131 A012067

Adjacent sequences:  A124123 A124124 A124125 * A124127 A124128 A124129

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Nov 29 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 16:41 EST 2012. Contains 205938 sequences.