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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A053573 5*a(n-1)+14*a(n-2), a(0)=1, a(1)=5. 3
1, 5, 39, 265, 1871, 13065, 91519, 640505, 4483791, 31386025, 219703199, 1537920345, 10765446511, 75358117385, 527506838079, 3692547833785, 25847834902031, 180934844183145, 1266543909544159, 8865807366284825, 62060651565042351 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

REFERENCES

A. H. Beiler, Recreations in the Theory of Numbers, Dover, N.Y., 1964, pp. 189, 194-196.

LINKS

Index to sequences with linear recurrences with constant coefficients, signature (5,14).

FORMULA

a(n) = ((7^(n+1))-(-2)^(n+1))/9.

a(n) = 5*a(n-1)+14*a(n-2), a(0)=1, a(1)=5.

G.f.: 1/(1-5*x-14*x^2). [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 24 2009]

PROG

(Sage) [lucas_number1(n, 5, -14) for n in xrange(1, 16)]# [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 24 2009]

(PARI) a(n)=n++; ((7^n)-(-2)^n)/9 \\ Charles R Greathouse IV, Jun 11 2011

CROSSREFS

Sequence in context: A123614 A075135 A202391 * A003482 A201442 A135849

Adjacent sequences:  A053570 A053571 A053572 * A053574 A053575 A053576

KEYWORD

easy,nonn

AUTHOR

Barry E. Williams, Jan 18 2000

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 16 11:25 EST 2012. Contains 205907 sequences.