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!)
A270359 Positive integer averages of first n Pell numbers; Sum{k=0..n-1} A000129(k) / n where n is in A270342. 0

%I #11 Mar 16 2016 00:38:14

%S 1,2,4,17,36,369,1820,20808,47280,246561,6919153,16008300,1086517900,

%T 5924129729,13855173264,982740019940,30127233316440,167427203210673,

%U 5203545562472737,12300752138736600,913640750713307860,162500024938034177361

%N Positive integer averages of first n Pell numbers; Sum{k=0..n-1} A000129(k) / n where n is in A270342.

%e 17 is a term because (0 + 1 + 2 + 5 + 12 + 29 + 70) / 7 = 119 / 7 = 17.

%o (PARI) a048739(n) = local(w=quadgen(8)); -1/2+(3/4+1/2*w)*(1+w)^n+(3/4-1/2*w)*(1-w)^n;

%o for(n=1, 1e2, if(a048739(n-1) % (n+1) == 0, print1(a048739(n-1) / (n+1) , ", ")));

%Y Cf. A000129, A048739, A270342.

%K nonn

%O 1,2

%A _Altug Alkan_, Mar 15 2016

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 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)