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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A075770 Let u(1)=u(2)=u(3)=1, u(n+3)=(n*u(n)+(n+1)*u(n+1)+(n+2)*u(n+2))/(n+3); sequence gives values of n such that u(n) is an integer. 1
1, 2, 3, 10, 14, 350, 702, 817, 1053, 1405, 31426, 44770, 86766, 120118, 216918, 284310, 343278, 347646, 426465, 511758, 767637, 1005030, 1282398, 1483326, 1610510, 1930666, 2434318, 2643990, 2883465, 3345210, 3367430, 3420670, 3647278 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

a[1] = a[2] = a[3] = 1; a[n_] := a[n] = ((n - 3)*a[n - 3] + (n - 2)*a[n - 2] + (n - 1)*a[n - 1])/n; Flatten[ Position[ Table[a[n], {n, 1, 10^5}], _Integer]]

CROSSREFS

Sequence in context: A129315 A171126 A194544 * A135101 A108065 A026336

Adjacent sequences:  A075767 A075768 A075769 * A075771 A075772 A075773

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Oct 09 2002

EXTENSIONS

Edited, corrected and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Oct 10 2002

a(14) omwards from Lambert Klasen (lambert.klasen(AT)gmx.net), Jul 27 2005

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 21:51 EST 2012. Contains 205978 sequences.