login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069909 Numbers congruent to +-1, +-4, +-6, +-7 mod 16. 3
1, 4, 6, 7, 9, 10, 12, 15, 17, 20, 22, 23, 25, 26, 28, 31, 33, 36, 38, 39, 41, 42, 44, 47, 49, 52, 54, 55, 57, 58, 60, 63, 65, 68, 70, 71, 73, 74, 76, 79, 81, 84, 86, 87, 89, 90, 92, 95, 97, 100, 102, 103, 105, 106, 108, 111, 113, 116, 118, 119, 121 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
G. E. Andrews et al., q-Engel series expansions and Slater's identities, Quaestiones Math., 24 (2001), 403-416.
LINKS
FORMULA
G.f. x*(1+x)*(x^4+x^3-2*x^2+x+1) / ( (x^4+1)*(x-1)^2 ). - R. J. Mathar, Oct 08 2011
a(0)=1, a(1)=4, a(2)=6, a(3)=7, a(4)=9, a(5)=10, a(n)=2*a(n-1)-a(n-2)- a(n-4)+ 2*a(n-5)-a(n-6). - Harvey P. Dale, Sep 09 2012
MATHEMATICA
Select[Range[130], MemberQ[{1, 4, 6, 7, 9, 10, 12, 15}, Mod[#, 16]]&] (* or *) LinearRecurrence[{2, -1, 0, -1, 2, -1}, {1, 4, 6, 7, 9, 10}, 80] (* Harvey P. Dale, Sep 09 2012 *)
CROSSREFS
Sequence in context: A174258 A080746 A246362 * A189715 A101993 A370267
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, May 05 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 14:32 EDT 2024. Contains 371914 sequences. (Running on oeis4.)