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
87, 187, 287, 387, 487, 587, 687, 787, 887, 987, 1087, 1187, 1287, 1387, 1487, 1587, 1687, 1787, 1887, 1987, 2087, 2187, 2287, 2387, 2487, 2587, 2687, 2787, 2887, 2987, 3087, 3187, 3287, 3387, 3487, 3587, 3687, 3787, 3887, 3987, 4087, 4187, 4287, 4387 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
a(n) = 100*n - 13.
MATHEMATICA
100*Range[50]-13 (* or *) LinearRecurrence[{2, -1}, {87, 187}, 50] (* Harvey P. Dale, Jul 18 2016 *)
PROG
(PARI) a(n) = 100*n - 13; \\ Jinyuan Wang, Apr 05 2020
CROSSREFS
Sequence in context: A324111 A044419 A044800 * A063349 A101259 A063336
KEYWORD
nonn,base,easy
AUTHOR
Benoit Cloitre, Mar 07 2002
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 09:33 EDT 2024. Contains 371967 sequences. (Running on oeis4.)