The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A025714 Index of 6^n within sequence of numbers of form 4^i*6^j. 1
1, 3, 6, 10, 16, 23, 31, 41, 52, 64, 77, 92, 108, 125, 144, 164, 185, 207, 231, 256, 282, 310, 339, 369, 401, 434, 468, 503, 540, 578, 617, 658, 700, 743, 787, 833, 880, 928, 978, 1029, 1081, 1134, 1189, 1245, 1302, 1361, 1421, 1482, 1545, 1609, 1674, 1740, 1808 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) a(n)=my(N=1); n+1+sum(i=1, n, logint(N*=6, 4)); \\ Charles R Greathouse IV, Jan 16 2018
(PARI) first(n)=my(s, N=1/6); vector(n+1, i, s+=logint(N*=6, 4)+1) \\ Charles R Greathouse IV, Jan 16 2018
CROSSREFS
Differs from A025729 at a(65).
Sequence in context: A025701 A025744 A180746 * A025729 A011913 A024531
KEYWORD
nonn
AUTHOR
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 May 21 19:35 EDT 2024. Contains 372738 sequences. (Running on oeis4.)