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!)
A022394 Fibonacci sequence beginning 1, 24. 1
1, 24, 25, 49, 74, 123, 197, 320, 517, 837, 1354, 2191, 3545, 5736, 9281, 15017, 24298, 39315, 63613, 102928, 166541, 269469, 436010, 705479, 1141489, 1846968, 2988457, 4835425, 7823882, 12659307, 20483189, 33142496, 53625685, 86768181, 140393866, 227162047, 367555913, 594717960 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Jia Huang, Hecke algebras of simply-laced type with independent parameters, arXiv:1902.11139 [math.RT], 2019.
Tanya Khovanova, Recursive Sequences
FORMULA
G.f.: (1+23*x)/(1-x-x^2). - Philippe Deléham, Nov 20 2008
MATHEMATICA
Table[Fibonacci[n + 2] + 22*Fibonacci[n], {n, 0, 50}] (* G. C. Greubel, Mar 01 2018 *)
PROG
(PARI) for(n=0, 40, print1(fibonacci(n+2) + 22*fibonacci(n), ", ")) \\ G. C. Greubel, Mar 01 2018
(Magma) [Fibonacci(n+2) + 22*Fibonacci(n): n in [0..40]]; // G. C. Greubel, Mar 01 2018
CROSSREFS
Sequence in context: A241890 A027729 A008856 * A042162 A042164 A042166
KEYWORD
nonn
AUTHOR
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 | 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 September 10 21:37 EDT 2024. Contains 375795 sequences. (Running on oeis4.)