[go: up one dir, main page]

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!)
A055983 a(n+1) = a(n) converted to base 10 from base 12. 3
10, 12, 14, 16, 18, 20, 24, 28, 32, 38, 44, 52, 62, 74, 88, 104, 148, 200, 288, 392, 542, 770, 1092, 1838, 2924, 4780, 8016, 13842, 27122, 53738, 109916, 265698, 631700, 1557936, 4347258, 12785828, 43721312, 154070654, 621230752, 2655100718 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n+1) = A102487(a(n)+1), a(1) = 8. - Reinhard Zumkeller, Aug 29 2013
MATHEMATICA
NestList[FromDigits[IntegerDigits[#], 12]&, 10, 40] (* Vincenzo Librandi, Apr 06 2012 *)
PROG
(Haskell)
a055983 n = a055983_list !! (n-1)
a055983_list = iterate (a102487 . (+ 1)) 10 -- Reinhard Zumkeller, Aug 29 2013
CROSSREFS
Sequence in context: A167153 A298298 A247393 * A318700 A180157 A309539
KEYWORD
base,nonn,easy
AUTHOR
Henry Bottomley, Jun 01 2000
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 August 29 03:06 EDT 2024. Contains 375510 sequences. (Running on oeis4.)