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!)
A050620 Quotients arising from sequence A035014. 3
2, 11, 43, 209, 1042, 6771, 26823, 130599, 651237, 3255306, 21158903, 83821639, 408121757, 2035115566, 13224589033, 52388661704, 331370112102, 1691563962301, 6567827879588, 41430886596044, 211450306579272, 1059399469695886, 5298071316879193, 20530429091056784 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Ray Chandler, Table of n, a(n) for n = 1..1431 (terms < 10^1000, first 1000 terms from Alois P. Heinz)
FORMULA
a(n) = a(n-1)/2 + 5^(n-1)*(4-[a(n-1) mod 2])/2. - Antonio G. Astudillo (afg_astudillo(AT)hotmail.com), Jun 17 2001
a(n) = A035014(n)/2^n. - Michel Marcus, Apr 07 2017
PROG
(PARI) a(n) = if (n==1, 2, a(n-1)/2 + 5^(n-1)*(4-(a(n-1) % 2))/2);
CROSSREFS
Sequence in context: A141190 A048500 A197189 * A027253 A241712 A066058
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Jun 15 1999
EXTENSIONS
More terms from Antonio G. Astudillo (afg_astudillo(AT)hotmail.com), Jun 17 2001
More terms from Michel Marcus, Apr 07 2017
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 July 28 23:06 EDT 2024. Contains 374727 sequences. (Running on oeis4.)