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!)
A061654 a(n) = (3*16^n + 2)/5. 3
1, 10, 154, 2458, 39322, 629146, 10066330, 161061274, 2576980378, 41231686042, 659706976666, 10555311626650, 168884986026394, 2702159776422298, 43234556422756762, 691752902764108186, 11068046444225730970, 177088743107611695514 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Integers arising in Bode's sequence (3*2^m + 4)/10.
LINKS
M. Haynes and S. Churchman, Bode's Law
FORMULA
From Colin Barker, Mar 13 2012: (Start)
a(n) = 17*a(n-1) - 16*a(n-2).
G.f.: (1-7*x)/((1-x)*(1-16*x)). (End)
MATHEMATICA
(3*16^Range[0, 20]+2)/5 (* or *) LinearRecurrence[{17, -16}, {1, 10}, 20] (* Harvey P. Dale, Feb 04 2015 *)
PROG
(PARI) { for (n=0, 100, write("b061654.txt", n, " ", (3*16^n + 2)/5) ) } \\ Harry J. Smith, Jul 25 2009
CROSSREFS
Cf. A003461.
Sequence in context: A269608 A240196 A048907 * A298081 A240374 A261744
KEYWORD
nonn,easy
AUTHOR
G. L. Honaker, Jr., Jun 16 2001
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 19 07:22 EDT 2024. Contains 371782 sequences. (Running on oeis4.)