login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A112346 Number of terms in s(n), where s(n) is defined in A114482. 6
1, 2, 5, 8, 17, 26, 53, 80, 161, 242, 485, 728, 1457, 2186, 4373, 6560, 13121, 19682, 39365, 59048, 118097, 177146, 354293, 531440, 1062881, 1594322, 3188645, 4782968, 9565937, 14348906, 28697813, 43046720, 86093441, 129140162 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

The initial terms suggest that this sequence is the same as A062318. Is that a coincidence or a theorem? - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Mar 07 2008

EXAMPLE

As defined in A114482, s(4) = {1,0,1,0,0,1,0,0}; so a(4) = 8.

MAPLE

a[0]:=1:a[1]:=2:for n from 2 to 100 do a[n]:=3*a[n-2]+2 od: seq(a[n], n=0..33); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 17 2008

CROSSREFS

Cf. A114482, A114483, A112361.

Sequence in context: A006827 A193992 A062318 * A034445 A054754 A054755

Adjacent sequences:  A112343 A112344 A112345 * A112347 A112348 A112349

KEYWORD

easy,nonn

AUTHOR

Leroy Quet Nov 30 2005

EXTENSIONS

Corrected and extended by Joshua Zucker (joshua.zucker(AT)stanfordalumni.org), Jul 27 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 08:12 EST 2012. Contains 205451 sequences.