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!)
A014118 Write in binary and read in ternary!. 2
2, 3, 4, 9, 28, 117, 1063, 59305, 20813950, 297984461349, 1369656755010903367, 44484668455038959221955630581, 2160062633529958340011598192248388618489251093 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n+1) = A005836(a(n)+1). - Reinhard Zumkeller, Nov 06 2012
PROG
(Haskell)
a014118 n = a014118_list !! (n-1)
a014118_list = iterate (a005836 . (+ 1)) 2
-- Reinhard Zumkeller, Nov 06 2012
CROSSREFS
Sequence in context: A063455 A001144 A121253 * A007704 A328836 A059972
KEYWORD
base,nonn
AUTHOR
Jerry Pietenpol (pietenpo(AT)maryvillecollege.edu)
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 10:22 EDT 2024. Contains 371967 sequences. (Running on oeis4.)