login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A022395
Fibonacci sequence beginning 1, 25.
1
1, 25, 26, 51, 77, 128, 205, 333, 538, 871, 1409, 2280, 3689, 5969, 9658, 15627, 25285, 40912, 66197, 107109, 173306, 280415, 453721, 734136, 1187857, 1921993, 3109850, 5031843, 8141693, 13173536, 21315229, 34488765, 55803994, 90292759, 146096753, 236389512, 382486265, 618875777
OFFSET
0,2
FORMULA
G.f.: (1+24*x)/(1-x-x^2). - Philippe Deléham, Nov 20 2008
MATHEMATICA
Table[Fibonacci[n+2] + 23*Fibonacci[n], {n, 0, 50}] (* G. C. Greubel, Mar 01 2018 *)
PROG
(PARI) for(n=0, 40, print1(fibonacci(n+2) + 23*fibonacci(n), ", ")) \\ G. C. Greubel, Mar 01 2018
(Magma) [Fibonacci(n+2) + 23*Fibonacci(n): n in [0..40]]; // G. C. Greubel, Mar 01 2018
CROSSREFS
Sequence in context: A175426 A045567 A141278 * A042260 A042262 A042264
KEYWORD
nonn
EXTENSIONS
Terms a(30) onward added by G. C. Greubel, Mar 01 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 22 11:40 EDT 2024. Contains 376114 sequences. (Running on oeis4.)