login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A033464 Logarithmic (or "LOG") transform of squares A000290. 1
1, 3, -1, -26, 29, 756, -1793, -45744, 189513, 4700260, -30515629, -730341600, 6948349069, 159130156836, -2123506814505, -46081244842304, 838034409016721, 17029766318842692, -414549408916313189, -7774211453384941440, 251026027696302116181, 4263756050277024153028 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Alois P. Heinz, Table of n, a(n) for n = 0..160

MAPLE

logtr:= proc(p) local b; b:= proc(n) option remember; local k; if n=0 then 1 else p(n)- add (k *binomial(n, k) *p(n-k) *b(k), k=1..n-1)/n fi end; n->b(n+1) end: a:= logtr (n-> n^2): seq (a(n), n=0..25); # Alois P. Heinz, Sep 14 2008

CROSSREFS

Sequence in context: A104033 A156654 A098815 * A170924 A173007 A113099

Adjacent sequences:  A033461 A033462 A033463 * A033465 A033466 A033467

KEYWORD

sign

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 12:38 EST 2012. Contains 206021 sequences.