login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A320469 a(n) = 3*a(n-1) + 10*a(n-2), n >= 2; a(0)=1, a(1)=1. 2
1, 1, 13, 49, 277, 1321, 6733, 33409, 167557, 836761, 4185853, 20925169, 104634037, 523153801, 2615801773, 13078943329, 65394847717, 326973976441, 1634870406493, 8174350983889, 40871757016597, 204358780888681, 1021793912832013, 5108969547382849, 25544847770468677 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (4*(-2)^n + 3*5^n)/7.
G.f.: (1-2*x)/((1-5*x)*(1+2*x)).
PROG
(PARI) {a(n) = (4*(-2)^n+3*5^n)/7}
(PARI) N=40; x='x+O('x^N); Vec((1-2*x)/((1-5*x)*(1+2*x)))
CROSSREFS
Cf. A053428, A224473 (trimorphic number), A320468, A321133.
Sequence in context: A147346 A147452 A146782 * A074014 A147481 A245138
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Aug 27 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 10:22 EDT 2024. Contains 371967 sequences. (Running on oeis4.)