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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A015476 q-Fibonacci numbers for q=5. 1
0, 1, 5, 126, 15755, 9847001, 30771893880, 480810851722001, 37563347821553222005, 14673182743275038197425126, 28658560045496622327167502440755, 279868750444317625596488416061195472001, 13665466330288975220888581437110387323801268880 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..50

FORMULA

a(n) = 5^(n-1) a(n-1) + a(n-2).

MATHEMATICA

RecurrenceTable[{a[0]==0, a[1]==1, a[n]==a[n-1]*5^(n-1) + a[n-2]},  a, {n, 20}] (* Vincenzo Librandi, Nov 09 2012 *)

CROSSREFS

Sequence in context: A194502 A201839 A156956 * A059486 A071196 A157438

Adjacent sequences:  A015473 A015474 A015475 * A015477 A015478 A015479

KEYWORD

nonn,easy

AUTHOR

Olivier Gérard

STATUS

approved

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 May 23 16:03 EDT 2013. Contains 225610 sequences.