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
1, 2, 4, 17, 36, 369, 1820, 20808, 47280, 246561, 6919153, 16008300, 1086517900, 5924129729, 13855173264, 982740019940, 30127233316440, 167427203210673, 5203545562472737, 12300752138736600, 913640750713307860, 162500024938034177361 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
17 is a term because (0 + 1 + 2 + 5 + 12 + 29 + 70) / 7 = 119 / 7 = 17.
PROG
(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;
for(n=1, 1e2, if(a048739(n-1) % (n+1) == 0, print1(a048739(n-1) / (n+1) , ", ")));
CROSSREFS
Sequence in context: A095018 A081356 A018269 * A276557 A266868 A203177
KEYWORD
nonn
AUTHOR
Altug Alkan, Mar 15 2016
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 March 29 03:39 EDT 2024. Contains 371264 sequences. (Running on oeis4.)