Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A136671
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A136671 Recursion based on Exp[Pi/4]: a(n)=Floor[a(n-1)*Exp[Pi/4]] Angular domain {0,Pi/4} is the smallest self-similar piece of a sine wave. +0
1
0, 1, 2, 4, 8, 17, 37, 81, 177, 388, 850, 1864, 4088, 8966, 19664, 43128, 94591, 207464, 455026, 997999, 2188891 (list; graph; listen)
OFFSET

1,3

COMMENT

The hyperbolic numbers are bigger:

f[n_] := If[n == 0, 0, Sinh[n*Pi/4]/Sinh[Pi/4]];

out2 = Table[Floor[f[n]], {n, 0, 20}]

{0, 1, 2, 6, 13, 29, 64, 140, 308, 676, 1482, 3251, 7132, 15643, 34310,

75253, 165051, 362004, 793977, 1741415, 3819411}

FORMULA

a(0)=0;a(1)=1;a(2)=Floor[Exp[Pi/4]]; a(n)=Floor[a(n-1)*Exp[Pi/4]]

MATHEMATICA

a[0] = 0; a[1] = 1; a[2] = Floor[Exp[Pi/4]]; a[n_] := a[n] = Floor[a[n - 1]*Exp[Pi/4]]; out1 = Table[a[n], {n, 0, 20}]

CROSSREFS

Adjacent sequences: A136668 A136669 A136670 this_sequence A136672 A136673 A136674

Sequence in context: A076892 A106462 A129987 this_sequence A024557 A025241 A004148

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 04 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 11 13:47 EDT 2008. Contains 144830 sequences.


AT&T Labs Research