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!)
A262786 a(n) = 37^(2*n+1). 3
37, 50653, 69343957, 94931877133, 129961739795077, 177917621779460413, 243569224216081305397, 333446267951815307088493, 456487940826035155404146917, 624931990990842127748277129373, 855531895666462872887391390111637, 1171223165167387672982838813062831053 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
37*a(n) is a square.
LINKS
FORMULA
G.f.: 37/(1 - 1369*x).
a(n) = 1369*a(n-1).
a(n) = A009981(A005408(n)). - Wesley Ivan Hurt, Sep 04 2022
MATHEMATICA
37^Range[1, 30, 2]
PROG
(Magma) [37^(2*n+1): n in [0..15]];
(PARI) vector(20, n, n--; 37^(2*n+1)) \\ Altug Alkan, Oct 08 2015
CROSSREFS
Second bisection of A009981 (powers of 37).
Cf. similar sequences listed in A262715.
Sequence in context: A096349 A015061 A015037 * A140746 A350307 A262646
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Oct 08 2015
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)