Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A075770
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
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. +0
2
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; listen)
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

Adjacent sequences: A075767 A075768 A075769 this_sequence A075771 A075772 A075773

Sequence in context: A024852 A023856 A129315 this_sequence A135101 A108065 A026336

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

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 October 13 20:18 EDT 2008. Contains 145016 sequences.


AT&T Labs Research