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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A022135 Fibonacci sequence beginning 4 19. 0
4, 19, 23, 42, 65, 107, 172, 279, 451, 730, 1181, 1911, 3092, 5003, 8095, 13098, 21193, 34291, 55484, 89775, 145259, 235034, 380293, 615327, 995620, 1610947, 2606567, 4217514, 6824081, 11041595 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

Tanya Khovanova, Recursive Sequences

FORMULA

G.f.: (4+15*x)/(1-x-x^2). [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Nov 19 2008]

MATHEMATICA

a={}; b=4; c=19; AppendTo[a, b]; AppendTo[a, c]; Do[b=b+c; AppendTo[a, b]; c=b+c; AppendTo[a, c], {n, 4!}]; a [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Sep 17 2008]

CROSSREFS

Sequence in context: A012879 A072178 A116980 * A192193 A028564 A003338

Adjacent sequences:  A022132 A022133 A022134 * A022136 A022137 A022138

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 February 15 23:53 EST 2012. Contains 205860 sequences.