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!)
A023390 a(n+1) = a(n) written in base 7 (read in base 10); a(1) = 7. 3
7, 10, 13, 16, 22, 31, 43, 61, 115, 223, 436, 1162, 3250, 12322, 50632, 300421, 2360602, 26031136, 434155345, 13521155011, 656031631000, 65253034566544, 16513243012141246, 13066154302600036600, 32251566130104220405204 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Floor(a(n+1)/a(n)) = 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 3, 4, 5, 7, 11, 16, 31, 48, 99, 253, 791, 2468, 10239, 61885, 512044, 4334146, 75263018, ... - Zak Seidov, Apr 18 2014
All first differences are multiples of 3. - Zak Seidov, Oct 21 2014
LINKS
EXAMPLE
a(1) = 7 = 10[7], i.e., "10" in base 7, thus a(2)=10.
a(2) = 10 = 13[7], thus a(3)=13.
MATHEMATICA
NestList[FromDigits[IntegerDigits[#, 7]] &, 7, 30] (* Zak Seidov, Apr 18 2014 *)
PROG
(PARI) step(n)=fromdigits(digits(n, 7), 10)
n=7; concat(n, vector(99, i, n=step(n))) \\ Charles R Greathouse IV, Oct 21 2014
CROSSREFS
Cf. A023383.
Sequence in context: A329387 A034810 A154487 * A096678 A327137 A026319
KEYWORD
base,nonn
AUTHOR
EXTENSIONS
Edited by M. F. Hasler, Oct 23 2014
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)