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!)
A082286 a(n) = 18*n + 10. 4
10, 28, 46, 64, 82, 100, 118, 136, 154, 172, 190, 208, 226, 244, 262, 280, 298, 316, 334, 352, 370, 388, 406, 424, 442, 460, 478, 496, 514, 532, 550, 568, 586, 604, 622, 640, 658, 676, 694, 712, 730, 748, 766, 784, 802, 820, 838, 856, 874, 892, 910, 928, 946 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Solutions to (11^x + 13^x) mod 19 = 17.
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
a(n) = A006370(A016945(n)). - Reinhard Zumkeller, Apr 17 2008
a(n) = 2*A017221(n). - Michel Marcus, Feb 15 2014
a(n) = A060544(n+2) - 9*A000217(n-1). - Leo Tavares, Oct 15 2022
From Elmo R. Oliveira, Apr 08 2024: (Start)
G.f.: 2*(5+4*x)/(1-x)^2.
E.g.f.: 2*exp(x)*(5 + 9*x).
a(n) = 2*a(n-1) - a(n-2) for n >= 2.
a(n) = 2*(A022267(n+1) - A022267(n)). (End)
MATHEMATICA
Range[10, 1000, 18] (* Vladimir Joseph Stephan Orlovsky, Jun 01 2011 *)
PROG
(Magma) [18*n + 10: n in [0..60]]; // Vincenzo Librandi, May 05 2011
(PARI) a(n)=18*n+10 \\ Charles R Greathouse IV, Jul 10 2016
CROSSREFS
Sequence in context: A054501 A112353 A031077 * A088407 A267012 A273195
KEYWORD
easy,nonn,changed
AUTHOR
Cino Hilliard, May 10 2003
EXTENSIONS
More terms from Reinhard Zumkeller, Apr 17 2008
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 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)