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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A020543 a(0) = 1, a(1) = 1, a(n+1) = (n+1)*a(n)+n. 1
1, 1, 3, 11, 47, 239, 1439, 10079, 80639, 725759, 7257599, 79833599, 958003199, 12454041599, 174356582399, 2615348735999, 41845579775999, 711374856191999, 12804747411455999, 243290200817663999, 4865804016353279999 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

First Bernoulli polynomial evaluated at x=n! (multiplied by 2).

a(0) = 1, for n >= 1: a(n) = numbers m for which there is one iteration {floor (r / k)} for k = n, n-1, n-2, ... 1 with property r mod k = k-1 starting at r = m. For n = 5: a(5) = 239; floor (239 / 5) = 47, 239 mod 5 = 4; floor (47 / 4) = 11, 47 mod 4 = 3; floor (11 / 3) = 3, 11 mod 3 = 2; floor (3 / 2) = 1; 3 mod 2 = 1; floor (1 / 1) = 1, 1 mod 1 = 0. [From Jaroslav Krizek (jaroslav.krizek(AT)atlas.cz), Jan 23 2010]

LINKS

Index entries for sequences related to Bernoulli numbers.

FORMULA

E.g.f.: (-2+exp(x)-x*exp(x))/(1-x). - Ralf Stephan, Feb 18 2004

a(n) = 2*n! - 1 - Gary W. Adamson (qntmpkt(AT)yahoo.com), Jan 07 2008

a(0) = a(1) = 1, a(n) = a(n-1) * n + (n-1) for n >= 2. [From Jaroslav Krizek (jaroslav.krizek(AT)atlas.cz), Jan 23 2010]

MATHEMATICA

lst={1}; s=1; Do[s+=(n+=s*n); AppendTo[lst, s], {n, 0, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Oct 10 2008]

CROSSREFS

A052898(n) - 2.

Sequence in context: A030865 A030902 A030925 * A111139 A167564 A191344

Adjacent sequences:  A020540 A020541 A020542 * A020544 A020545 A020546

KEYWORD

nonn

AUTHOR

Simon Plouffe (simon.plouffe(AT)gmail.com)

EXTENSIONS

Better description from Benoit Cloitre (benoit7848c(AT)orange.fr), Dec 29 2001

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 16 20:01 EST 2012. Contains 205955 sequences.