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!)
A049658 a(n) = (F(8*n+5) - 2)/3, where F=A000045 (the Fibonacci sequence). 2
1, 77, 3648, 171409, 8052605, 378301056, 17772097057, 834910260653, 39223010153664, 1842646566961585, 86565165637040861, 4066720138373958912, 191049281337939028033, 8975249502744760358669 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (1+29*x)/(1-48*x+48*x^2-x^3).
a(0)=1, a(1)=77, a(2)=3648, a(n)=48*a(n-1)-48*a(n-2)+a(n-3). - Harvey P. Dale, Jun 20 2013
MATHEMATICA
(Fibonacci[8Range[0, 20]+5]-2)/3 (* or *) LinearRecurrence[{48, -48, 1}, {1, 77, 3648}, 20] (* Harvey P. Dale, Jun 20 2013 *)
PROG
(PARI) for(n=0, 30, print1((fibonacci(8*n+5) - 2)/3, ", ")) \\ G. C. Greubel, Dec 02 2017
(Magma) [(Fibonacci(8*n+5) - 2)/3: n in [0..30]]; // G. C. Greubel, Dec 02 2017
CROSSREFS
Sequence in context: A017740 A197193 A004378 * A217455 A116319 A217962
KEYWORD
nonn
AUTHOR
EXTENSIONS
Description corrected by and more terms from Michael Somos
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 March 28 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)