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!)
A224790 a(n) = 3*9^n + 8. 13
11, 35, 251, 2195, 19691, 177155, 1594331, 14348915, 129140171, 1162261475, 10460353211, 94143178835, 847288609451, 7625597484995, 68630377364891, 617673396283955, 5559060566555531, 50031545098999715, 450283905890997371, 4052555153018976275 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Number of conjugacy classes in Ree group 2G2(3*9^n).
LINKS
FORMULA
G.f.: 8/(1-x) + 3/(1-9*x).
a(n) = 10*a(n-1) - 9*a(n-2).
E.g.f.: 8*exp(x) + 3*exp(9*x). - G. C. Greubel, Nov 12 2019
MAPLE
seq(8+3^(2*n+1), n=0..20); # G. C. Greubel, Nov 12 2019
MATHEMATICA
8 + 3^(2*Range[21]-1) (* G. C. Greubel, Nov 12 2019 *)
PROG
(Sage) [3*9^n+8 for n in [0..20]]
(PARI) a(n)=3*9^n+8 \\ Charles R Greathouse IV, Sep 24 2015
(Magma) [8 + 3^(2*n+1): n in [0..20]]; // G. C. Greubel, Nov 12 2019
(GAP) List([0..20], n-> 8 + 3^(2*n+1)); # G. C. Greubel, Nov 12 2019
CROSSREFS
Cf. A188161.
Sequence in context: A368743 A199817 A216034 * A098116 A217336 A123749
KEYWORD
nonn,easy
AUTHOR
Eric M. Schmidt, Apr 18 2013
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 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)