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!)
A262787 a(n) = 41^(2*n+1). 2
41, 68921, 115856201, 194754273881, 327381934393961, 550329031716248441, 925103102315013629321, 1555098314991537910888601, 2614120267500775228203738281, 4394336169668803158610484050361, 7386879101213258109624223688656841, 12417343769139486882278320020632149721 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
41*a(n) is a square.
LINKS
FORMULA
G.f.: 41/(1 - 1681*x).
a(n) = 1681*a(n-1).
MAPLE
A262787:=n->41^(2*n+1): seq(A262787(n), n=0..20); # Wesley Ivan Hurt, Dec 26 2016
MATHEMATICA
41^Range[1, 30, 2]
PROG
(Magma) [41^(2*n+1): n in [0..15]];
(PARI) vector(20, n, n--; 41^(2*n+1)) \\ Altug Alkan, Oct 08 2015
CROSSREFS
Second bisection of A009985 (powers of 41).
Cf. similar sequences listed in A262715.
Sequence in context: A241327 A206358 A222923 * A176132 A214163 A185539
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 23 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)