login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A022360
Fibonacci sequence beginning 0, 26.
1
0, 26, 26, 52, 78, 130, 208, 338, 546, 884, 1430, 2314, 3744, 6058, 9802, 15860, 25662, 41522, 67184, 108706, 175890, 284596, 460486, 745082, 1205568, 1950650, 3156218, 5106868, 8263086, 13369954
OFFSET
0,2
FORMULA
G.f.: 26*x/(1-x-x^2). - Philippe Deléham, Nov 20 2008
a(n) = 26*A000045(n). - G. C. Greubel, Aug 26 2017
MATHEMATICA
a={}; b=0; c=26; AppendTo[a, b]; AppendTo[a, c]; Do[b=b+c; AppendTo[a, b]; c=b+c; AppendTo[a, c], {n, 4!}]; a (* Vladimir Joseph Stephan Orlovsky, Sep 18 2008 *)
Table[26*Fibonacci[n], {n, 0, 50}] (* or *) LinearRecurrence[{1, 1}, {0, 26}, 50] (* G. C. Greubel, Aug 26 2017 *)
PROG
(PARI) for(n=0, 50, print1(26*fibonacci(n), ", ")) \\ G. C. Greubel, Aug 26 2017
CROSSREFS
Sequence in context: A214482 A003900 A040651 * A246031 A165847 A217981
KEYWORD
nonn
STATUS
approved

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy