Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102485
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102485 5*3^n - 4*2^n. +0
1
1, 7, 29, 103, 341, 1087, 3389, 10423, 31781, 96367, 291149, 877543, 2640821, 7938847, 23849309, 71613463, 214971461, 645176527, 1936053869, 5809210183, 17429727701, 52293377407, 156888520829, 470682339703, 1412080573541, 4236308829487, 12709060706189 (list; graph; listen)
OFFSET

0,2

REFERENCES

B. M. E. Moret and H. D. Shapiro, Algorithms from P to NP, Benjamin/Cummings, Vol. 1, 1991; p. 63.

FORMULA

a(n) = 5*a(n - 1) - 6*a(n - 2).

MAPLE

a := proc(n) option remember; if n = 0 then RETURN(1) end if; if n = 1 then RETURN(7) end if; 5*a(n - 1) - 6*a(n - 2); end proc;

CROSSREFS

Sequence in context: A002664 A042609 A002941 this_sequence A049349 A124828 A037094

Adjacent sequences: A102482 A102483 A102484 this_sequence A102486 A102487 A102488

KEYWORD

nonn

AUTHOR

njas, Feb 25 2005

EXTENSIONS

New definition from Ralf Stephan, May 17 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 24 12:00 EDT 2008. Contains 142294 sequences.


AT&T Labs Research