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!)
A067749 Numbers k such that k and 3^k end with the same two digits. 0

%I #14 Apr 06 2020 08:06:01

%S 87,187,287,387,487,587,687,787,887,987,1087,1187,1287,1387,1487,1587,

%T 1687,1787,1887,1987,2087,2187,2287,2387,2487,2587,2687,2787,2887,

%U 2987,3087,3187,3287,3387,3487,3587,3687,3787,3887,3987,4087,4187,4287,4387

%N Numbers k such that k and 3^k end with the same two digits.

%H Tanya Khovanova, <a href="http://www.tanyakhovanova.com/RecursiveSequences/RecursiveSequences.html">Recursive Sequences</a>

%H <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (2,-1).

%F a(n) = 100*n - 13.

%t 100*Range[50]-13 (* or *) LinearRecurrence[{2,-1},{87,187},50] (* _Harvey P. Dale_, Jul 18 2016 *)

%o (PARI) a(n) = 100*n - 13; \\ _Jinyuan Wang_, Apr 05 2020

%K nonn,base,easy

%O 1,1

%A _Benoit Cloitre_, Mar 07 2002

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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)