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!)
A025700 Index of 3^n within sequence of numbers of form 3^i * 10^j. 0
1, 2, 3, 5, 7, 10, 13, 17, 21, 26, 31, 37, 43, 50, 57, 65, 73, 82, 91, 101, 111, 122, 133, 144, 156, 168, 181, 194, 208, 222, 237, 252, 268, 284, 301, 318, 336, 354, 373, 392, 412, 432, 453, 474, 495, 517, 539, 562, 585, 609, 633, 658, 683, 709, 735, 762, 789, 817, 845, 874 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
First term different from A033638 is a(24) = 144 != A033638(24) = 145.
LINKS
PROG
(PARI) a(n) = vecsearch(setbinop((i, j)->3^i * 10^j, [0..n], [0..logint(10^n, 3)]), 3^n); \\ Michel Marcus, Jun 24 2023
CROSSREFS
Cf. A033638.
Sequence in context: A022780 A075353 A132278 * A033638 A194205 A136413
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset 0 from Michel Marcus, Jun 24 2023
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 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)