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!)
A321133 a(n) = 3*a(n-1) + 10*a(n-2), n >= 2; a(0)=-1, a(1)=23. 3
-1, 23, 59, 407, 1811, 9503, 46619, 234887, 1170851, 5861423, 29292779, 146492567, 732405491, 3662142143, 18310481339, 91552865447, 457763409731, 2288818883663, 11444090748299, 57220461081527, 286102290727571, 1430511482997983, 7152557356269659, 35762786898788807, 178813934259063011 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 3*5^n - 4*(-2)^n.
G.f.: (-1+26*x)/((1-5*x)*(1+2*x)).
a(n) == 7*A320469(n)*A224473(n) mod 10^n.
a(n)*A224473(n) == 7*A320469(n) mod 10^n.
MATHEMATICA
LinearRecurrence[{3, 10}, {-1, 23}, 30] (* Harvey P. Dale, Mar 11 2023 *)
PROG
(PARI) {a(n) = 3*5^n-4*(-2)^n}
(PARI) N=40; x='x+O('x^N); Vec((-1+26*x)/((1-5*x)*(1+2*x)))
CROSSREFS
Cf. A053428, A224473 (trimorphic number), A320468, A320469.
Sequence in context: A142107 A107208 A289735 * A055821 A080822 A068363
KEYWORD
sign,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 19 08:08 EDT 2024. Contains 371782 sequences. (Running on oeis4.)