Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A052169
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A052169 Equivalent of the Kurepa hypothesis for left factorial. +0
3
1, 2, 5, 19, 91, 531, 3641, 28673, 254871, 2523223, 27526069, 328018989, 4239014627, 59043418019, 881715042417, 14052333488521, 238063061452591, 4271909380510383, 80941440893880941, 1614781745832924773 (list; graph; listen)
OFFSET

2,2

COMMENT

a(n)=A002467(n)/(n-1) (A002467(n)=number of non-derangements of {1,2,...,n}). [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 15 2009]

LINKS

Alexsandar Petojevic, The Function vM_m(s; a; z) and Some Well-Known Sequences, Journal of Integer Sequences, Vol. 5 (2002), Article 02.1.7

FORMULA

a(2) = 1, a(3) = 2, a(n) = (n-2)*a(n-1) + (n-3)*a(n-2)

MAPLE

a[2] := 1: a[3] := 2: for n from 4 to 21 do a[n] := (n-2)*a[n-1]+(n-3)*a[n-2] end do: seq(a[n], n = 2 .. 21); [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 15 2009]

MATHEMATICA

Numerator[k=1; NestList[1+1/(k++ #1)&, 1, 12]] - Wouter Meeussen (wouter.meeussen(AT)pandora.be), Mar 24 2007

PROGRAM

(Other) sage: from sage.combinat.sloane_functions import ExtremesOfPermanentsSequence2 sage: e = ExtremesOfPermanentsSequence2() sage: it = e.gen(1, 2, 1) sage: [it.next() for i in range(20)] #(5 rows)# [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 15 2009]

CROSSREFS

Pairwise sums of A002467.

Sequence in context: A052324 A020115 A103816 this_sequence A020019 A020109 A020015

Adjacent sequences: A052166 A052167 A052168 this_sequence A052170 A052171 A052172

KEYWORD

nonn,easy

AUTHOR

Aleksandar Petojevic (apetoje(AT)ptt.yu), Jan 26 2000

EXTENSIONS

More terms from James A. Sellers (sellersj(AT)math.psu.edu), Jan 31 2000

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 20 00:58 EST 2009. Contains 171054 sequences.


AT&T Labs Research